Added support for old versions of XF86keysym.h that are missing
some expected #defines.
This commit is contained in:
parent
b87b1b1894
commit
92ff58a5af
|
@ -37,6 +37,12 @@
|
||||||
# if defined(HAVE_X11_XF86KEYSYM_H)
|
# if defined(HAVE_X11_XF86KEYSYM_H)
|
||||||
# include <X11/XF86keysym.h>
|
# include <X11/XF86keysym.h>
|
||||||
# endif
|
# endif
|
||||||
|
# if !defined(XF86XK_Launch0)
|
||||||
|
# define XF86XK_Launch0 0x1008FF40
|
||||||
|
# endif
|
||||||
|
# if !defined(XF86XK_Launch1)
|
||||||
|
# define XF86XK_Launch1 0x1008FF41
|
||||||
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue