]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_cb.h
Inset patch from Angus.
[lyx.git] / src / lyx_cb.h
index d15e788e18fd440a6be38e5fd61716c2071874cc..fdeef102c21d63067d933e1a060907695d1ef281 100644 (file)
@@ -2,6 +2,9 @@
 #ifndef LYX_CB_H
 #define LYX_CB_H
 
+#include "LString.h"
+#include "lyxfont.h"
+
 class BufferParams;
 
 ///
@@ -14,7 +17,12 @@ extern bool toggleall;
 ///
 extern bool BindFileSet;
 ///
-extern LyXFont UserFreeFont(BufferParams const & params);
+extern LyXFont const UserFreeFont(BufferParams const & params);
+///
+void ShowMessage(Buffer const * buf,
+                string const & msg1,
+                string const & msg2 = string(),
+                string const & msg3 = string(), int delay = 6);
 
 #endif