X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxlookup.h;h=9af24af619bab410859b4c95a741e05fb248200c;hb=f65b7ff4ab2fe8ad0d9196c231064240e3fde81f;hp=582a13db35a144b1f93ddc5fc202f5f6ffc0d03d;hpb=132fe5e1322fbc86a32692df51eba78d6b4e479c;p=lyx.git diff --git a/src/lyxlookup.h b/src/lyxlookup.h index 582a13db35..9af24af619 100644 --- a/src/lyxlookup.h +++ b/src/lyxlookup.h @@ -12,16 +12,21 @@ 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 #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