X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxlookup.h;h=16205309c74f35698339b32d097fbb7b0a43dfd1;hb=d597ece5e7efac2a25251034d89fa761759d28f7;hp=1ecda2cf69bf26f39e6f131d80fa8d6009a2a5ef;hpb=27de1486ca34aaad446adb798d71a77d6f6304da;p=lyx.git diff --git a/src/lyxlookup.h b/src/lyxlookup.h index 1ecda2cf69..16205309c7 100644 --- a/src/lyxlookup.h +++ b/src/lyxlookup.h @@ -1,29 +1,27 @@ /* This file is part of -*- C++ -*- -* ====================================================== +* ====================================================== * * LyX, The Document Processor * -* Copyright (C) 1995-1997 Matthias Ettrich -* & The LyX team +* Copyright 1995 Matthias Ettrich +* Copyright 1995-2000 The LyX Team. * -*======================================================*/ +* ====================================================== */ /* This header file defines wrappers around the X input method related 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. */ -#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) -extern int LyXLookupString(XEvent *event, - char *buffer_return, int bytes_buffer, - KeySym *keysym_return); +/// 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(); -