mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-07 14:14:10 +08:00
Added support for old versions of XF86keysym.h that are missing
some expected #defines.
This commit is contained in:
@@ -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
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user