From 92ff58a5af272fdfa85ea1ab8746c78e7ac83c0f Mon Sep 17 00:00:00 2001 From: crs Date: Sat, 17 May 2003 12:48:32 +0000 Subject: [PATCH] Added support for old versions of XF86keysym.h that are missing some expected #defines. --- lib/platform/CXWindowsSecondaryScreen.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/platform/CXWindowsSecondaryScreen.cpp b/lib/platform/CXWindowsSecondaryScreen.cpp index 78ccc57a..fba55e7f 100644 --- a/lib/platform/CXWindowsSecondaryScreen.cpp +++ b/lib/platform/CXWindowsSecondaryScreen.cpp @@ -37,6 +37,12 @@ # if defined(HAVE_X11_XF86KEYSYM_H) # include # endif +# if !defined(XF86XK_Launch0) +# define XF86XK_Launch0 0x1008FF40 +# endif +# if !defined(XF86XK_Launch1) +# define XF86XK_Launch1 0x1008FF41 +# endif #endif //