X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxlookup.h;h=44adec699802ae94eadca8f661b2ec4bdb2f66e0;hb=1d7d3cc4afa2205c801ccc2aa71c7ac59359dc5f;hp=bddac0f93e289a9b1072db661d66598173725da3;hpb=6fa667dbf2d8d3f2764a80f6de02d8b970f66bfa;p=lyx.git diff --git a/src/lyxlookup.h b/src/lyxlookup.h index bddac0f93e..44adec6998 100644 --- a/src/lyxlookup.h +++ b/src/lyxlookup.h @@ -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 @@ -16,13 +16,12 @@ #include // 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(); -