]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlookup.h
read ChangeLog, a lot of whitespace changes. experimental use of libtool
[lyx.git] / src / lyxlookup.h
index bddac0f93e289a9b1072db661d66598173725da3..44adec699802ae94eadca8f661b2ec4bdb2f66e0 100644 (file)
@@ -1,12 +1,12 @@
 /* This file is part of                   -*- C++ -*-
-* ======================================================
+* ====================================================== 
 * 
 *           LyX, The Document Processor
 *       
 *          Copyright (C) 1995-1997 Matthias Ettrich 
 *                                    & The LyX team
 *
-*======================================================*/
+* ====================================================== */
 
 /* This header file defines wrappers around the X input method related
    functions. This should probably be moved into LyXView (to have
 #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,    
-                   char *buffer_return, int bytes_buffer,
-                   KeySym *keysym_return);
+extern int LyXLookupString(XEvent * event,    
+                          char * buffer_return, int bytes_buffer,
+                          KeySym * keysym_return);
 
 // Call this when you destroy your window
 extern void CloseLyXLookup();
-