lyx_mirror/src/lyx_cb.h
Jürgen Vigna 87207b1939 Language patch from Dekel and fixed formula[macro] as I forgot yesterday.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@827 a592a061-630c-0410-9148-cb99ea01b6c8
2000-06-22 09:30:43 +00:00

18 lines
313 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