X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxlookup.h;h=9af24af619bab410859b4c95a741e05fb248200c;hb=f65b7ff4ab2fe8ad0d9196c231064240e3fde81f;hp=a2495b199310ddee33e46b7a08d756aa0cff88de;hpb=797d87b4513088a66b17c7ac653b84e36ea80458;p=lyx.git diff --git a/src/lyxlookup.h b/src/lyxlookup.h index a2495b1993..9af24af619 100644 --- a/src/lyxlookup.h +++ b/src/lyxlookup.h @@ -12,15 +12,14 @@ 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 -#ifdef __GNUG__ -#pragma interface -#endif - +#include #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, @@ -29,3 +28,5 @@ extern int LyXLookupString(XEvent * event, /// Call this when you destroy your window extern void CloseLyXLookup(); + +#endif