]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlookup.h
small patch from Dekel, begin introducing the real boost framework, get rid of the...
[lyx.git] / src / lyxlookup.h
index effd9236b3b2b65c3b67f5436806484877a73aaa..16205309c74f35698339b32d097fbb7b0a43dfd1 100644 (file)
@@ -3,8 +3,8 @@
 * 
 *           LyX, The Document Processor
 *       
-*          Copyright (C) 1995-1997 Matthias Ettrich 
-*                                    & The LyX team
+*           Copyright 1995 Matthias Ettrich 
+*           Copyright 1995-2000 The LyX Team.
 *
 * ====================================================== */
 
 
 #include <X11/Xlib.h>
 
-// Initialize the compose key handling
-extern void InitLyXLookup(Display, Window ) ;
+/// Initialize the compose key handling
+extern void InitLyXLookup(Display *, Window ) ;
 
-// Read a keysym and/or a string (like XLookupString)
-extern int LyXLookupString(XEvent *event,    
-                   char *buffer_return, int bytes_buffer,
-                   KeySym *keysym_return);
+/// Read a keysym and/or a string (like XLookupString)
+extern int LyXLookupString(XEvent * event,    
+                          char * buffer_return, int bytes_buffer,
+                          KeySym * keysym_return);
 
-// Call this when you destroy your window
+/// Call this when you destroy your window
 extern void CloseLyXLookup();
-