X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxlookup.h;h=145b5a3c1e10b84f35499ee2919b49c57950cc5e;hb=fb424bae1b693200ba4a506b2775929d25d77be3;hp=dbe6a40318a0cfcbb1d7e7c4aefdd93f4f484899;hpb=85f8bf7445db373d95bad64faede475e0f6f9049;p=lyx.git diff --git a/src/lyxlookup.h b/src/lyxlookup.h index dbe6a40318..145b5a3c1e 100644 --- a/src/lyxlookup.h +++ b/src/lyxlookup.h @@ -4,7 +4,7 @@ * LyX, The Document Processor * * Copyright 1995 Matthias Ettrich -* Copyright 1995-2000 The LyX Team. +* Copyright 1995-2001 The LyX Team. * * ====================================================== */ @@ -12,14 +12,13 @@ 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 FORMS_H_LOCATION -#if FL_REVISION < 89 -//#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, @@ -28,4 +27,5 @@ extern int LyXLookupString(XEvent * event, /// Call this when you destroy your window extern void CloseLyXLookup(); + #endif