Remove Doxygen warning.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11683 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2016-04-23 06:48:14 +00:00
parent 2cf555047d
commit 4fd7ece329

View File

@ -16,6 +16,9 @@
// http://www.fltk.org/str.php
//
#include "config_lib.h"
#if defined(FL_CFG_SYS_POSIX) && !defined(FL_DOXYGEN)
// Return the current state of a key. This is the X version. I identify
// keys (mostly) by the X keysym. So this turns the keysym into a keycode
// and looks it up in the X key bit vector, which Fl_x.cxx keeps track of.
@ -48,6 +51,8 @@ int Fl_X11_System_Driver::get_key(int k) {
return event_key(k);
}
#endif // FL_CFG_SYS_POSIX
//
// End of "$Id$".
//