Added support for old versions of XF86keysym.h that are missing

some expected #defines.
This commit is contained in:
crs 2003-05-17 12:48:32 +00:00
parent b87b1b1894
commit 92ff58a5af
1 changed files with 6 additions and 0 deletions

View File

@ -37,6 +37,12 @@
# if defined(HAVE_X11_XF86KEYSYM_H)
# include <X11/XF86keysym.h>
# endif
# if !defined(XF86XK_Launch0)
# define XF86XK_Launch0 0x1008FF40
# endif
# if !defined(XF86XK_Launch1)
# define XF86XK_Launch1 0x1008FF41
# endif
#endif
//