diff options
author | Robert Nagy <robert@openbsd.org> | 2010-11-07 20:24:54 +0100 |
---|---|---|
committer | Robert Nagy <robert@openbsd.org> | 2010-11-07 20:24:54 +0100 |
commit | a3c5385d14ddf3e3a55098ffd4137929c0c13930 (patch) | |
tree | 47fbf9665d04b161a1369287820dedd2b8f90b5d | |
parent | 59603a9d6bf7d6af7c8f6b055b959248565a4aff (diff) |
define __XKeyboardExtension__ 1 on OpenBSD too
-rw-r--r-- | tools/inc/tools/prex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/inc/tools/prex.h b/tools/inc/tools/prex.h index 49371f8d6a86..6a13f88f53e6 100644 --- a/tools/inc/tools/prex.h +++ b/tools/inc/tools/prex.h @@ -48,7 +48,7 @@ extern "C" { #endif -#if defined(LINUX) || defined(FREEBSD) || defined(MACOSX) || defined(NETBSD) // should really check for xfree86 or for X11R6.1 and higher +#if defined(LINUX) || defined(FREEBSD) || defined(MACOSX) || defined(NETBSD) || defined(OPENBSD) // should really check for xfree86 or for X11R6.1 and higher #define __XKeyboardExtension__ 1 #else #define __XKeyboardExtension__ 0 |