mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-28 04:17:43 +00:00
797d87b451
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@956 a592a061-630c-0410-9148-cb99ea01b6c8
21 lines
325 B
C++
21 lines
325 B
C++
// -*- C++ -*-
|
|
#ifndef LYX_CB_H
|
|
#define LYX_CB_H
|
|
|
|
class BufferParams;
|
|
|
|
///
|
|
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(BufferParams const & params);
|
|
|
|
#endif
|
|
|