]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlookup.h
fix lookup problem for \vert.
[lyx.git] / src / lyxlookup.h
index 10b425d676040497cef3d01f49a0d0e28caf18d3..7eadbdf7b3340151efd4e53abe77ec526be08476 100644 (file)
@@ -1,9 +1,9 @@
 /* This file is part of                   -*- C++ -*-
-* ====================================================== 
-* 
+* ======================================================
+*
 *           LyX, The Document Processor
-*       
-*           Copyright 1995 Matthias Ettrich 
+*
+*           Copyright 1995 Matthias Ettrich
 *           Copyright 1995-2001 The LyX Team.
 *
 * ====================================================== */
 #ifndef LYXLOOKUP_H
 #define LYXLOOKUP_H
 
-#include <config.h>
 #include <X11/Xlib.h>
 
 /// Initialize the compose key handling
 extern void InitLyXLookup(Display *, Window);
 
 /// Read a keysym and/or a string (like XLookupString)
-extern int LyXLookupString(XEvent * event,    
+extern int LyXLookupString(XEvent * event,
                           char * buffer_return, int bytes_buffer,
                           KeySym * keysym_return);