]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlookup.h
character2.diff.gz
[lyx.git] / src / lyxlookup.h
index dbe6a40318a0cfcbb1d7e7c4aefdd93f4f484899..9af24af619bab410859b4c95a741e05fb248200c 100644 (file)
    functions. This should probably be moved into LyXView (to have
    different input methods for different frames, but for now we can
    keep it as it is. */
+#ifndef LYXLOOKUP_H
+#define LYXLOOKUP_H
 
 #include <config.h>
-#include FORMS_H_LOCATION
-#if FL_REVISION < 89
-//#include <X11/Xlib.h>
+#include <X11/Xlib.h>
 
 /// Initialize the compose key handling
-extern void InitLyXLookup(Display *, Window ) ;
+extern void InitLyXLookup(Display *, Window);
 
 /// Read a keysym and/or a string (like XLookupString)
 extern int LyXLookupString(XEvent * event,    
@@ -28,4 +28,5 @@ extern int LyXLookupString(XEvent * event,
 
 /// Call this when you destroy your window
 extern void CloseLyXLookup();
+
 #endif