]> git.lyx.org Git - features.git/blobdiff - src/frontends/lyx_gui.h
xforms ? what xforms ?
[features.git] / src / frontends / lyx_gui.h
index d4f0c03e4528401ab5aabd97fefaad910bc3b490..bcc68c7f94d1a8cb2242e9aa464f6c7ca8c6a4f9 100644 (file)
@@ -16,6 +16,7 @@
 
 class Dialogs;
 class LyXFont;
+class LyXComm;
 
 /// GUI interaction
 namespace lyx_gui {
@@ -54,6 +55,11 @@ namespace lyx_gui {
         * is the given font available ?
         */
        bool font_available(LyXFont const & font);
+
+       /**
+        * add a callback for I/O read notification
+        */
+       void set_read_callback(int fd, LyXComm * comm);
 }
 
 #endif // LYX_GUI_H