mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-27 06:19:36 +00:00
c93e59102c
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@650 a592a061-630c-0410-9148-cb99ea01b6c8
16 lines
265 B
C++
16 lines
265 B
C++
// -*- C++ -*-
|
|
#ifndef LYX_CB_H
|
|
#define LYX_CB_H
|
|
|
|
///
|
|
extern bool quitting;
|
|
extern bool toggleall;
|
|
|
|
// When still false after reading lyxrc, warn user
|
|
//about failing \bind_file command. RVDK_PATCH_5
|
|
extern bool BindFileSet;
|
|
extern LyXFont UserFreeFont();
|
|
|
|
#endif
|
|
|