X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxlookup.h;h=145b5a3c1e10b84f35499ee2919b49c57950cc5e;hb=fb424bae1b693200ba4a506b2775929d25d77be3;hp=44adec699802ae94eadca8f661b2ec4bdb2f66e0;hpb=1d7d3cc4afa2205c801ccc2aa71c7ac59359dc5f;p=lyx.git diff --git a/src/lyxlookup.h b/src/lyxlookup.h index 44adec6998..145b5a3c1e 100644 --- a/src/lyxlookup.h +++ b/src/lyxlookup.h @@ -3,8 +3,8 @@ * * LyX, The Document Processor * -* Copyright (C) 1995-1997 Matthias Ettrich -* & The LyX team +* Copyright 1995 Matthias Ettrich +* Copyright 1995-2001 The LyX Team. * * ====================================================== */ @@ -12,16 +12,20 @@ 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 -// 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) +/// 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(); + +#endif