|
Description
|
The xkbproto extension headers package needs to be updated from version 1.0.2 to 1.0.3
in order to build Xorg 7.2. The change to the headers installed is simply removing
a #ifdef guard that is no longer useful:
--- open-src/proto/KB/build_32/kbproto-1.0.2/XKB.h 2004-04-23 11:43:06.0000
00000 -0700
+++ ../XW_S11_7.2/open-src/proto/KB/build_32/kbproto-1.0.3/XKB.h 2006-07-
18 12:21:06.000000000 -0700
@@ -502,9 +502,7 @@
#define XkbSA_LastAction XkbSA_DeviceValuator
#define XkbSA_NumActions (XkbSA_LastAction+1)
-#if defined(XF86DDXACTIONS) || defined(XFree86Server)
#define XkbSA_XFree86Private 0x86
-#endif
/*
* Specifies the key actions that clear latched groups or modifiers.
|