[Xcb-commit] src

Peter Harris peterh at kemper.freedesktop.org
Thu Feb 19 12:01:36 PST 2009


 src/xproto.xml |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 8e5a650fb7911a0714447134f97f27afb430f805
Author: Peter Harris <pharris at opentext.com>
Date:   Thu Feb 19 14:37:37 2009 -0500

    Most usages of ModMask may also take the special value "Any".
    
    Signed-off-by: Peter Harris <pharris at opentext.com>

diff --git a/src/xproto.xml b/src/xproto.xml
index 62e4f0b..0ababe7 100644
--- a/src/xproto.xml
+++ b/src/xproto.xml
@@ -236,6 +236,7 @@ authorization from the authors.
     <item name="3">      <bit>5</bit></item>
     <item name="4">      <bit>6</bit></item>
     <item name="5">      <bit>7</bit></item>
+    <item name="Any">    <bit>15</bit></item>
   </enum>
 
   <event name="KeyPress" number="2">


More information about the xcb-commit mailing list