]> git.lyx.org Git - lyx.git/blob - src/lyx_cb.h
Small fix.
[lyx.git] / src / lyx_cb.h
1 // -*- C++ -*-
2 #ifndef LYX_CB_H
3 #define LYX_CB_H
4
5 class BufferParams;
6
7 ///
8 extern bool quitting;
9 extern bool toggleall;
10
11 // When still false after reading lyxrc, warn user
12 //about failing \bind_file command. RVDK_PATCH_5
13 extern bool BindFileSet;
14 extern LyXFont UserFreeFont(BufferParams const & params);
15
16 #endif
17