xkb: Change DfltBtnAbsolute to the value used by the server
authorRan Benita <ran234@gmail.com>
Sun, 4 Aug 2013 10:35:02 +0000 (13:35 +0300)
committerDaniel Martin <consume.noise@gmail.com>
Wed, 14 Aug 2013 22:23:46 +0000 (00:23 +0200)
commite8980ab471fe30ac0d6c6c2e712a9ed400abe75e
tree0d6428bfb599bd783e4b0ba39bf91eade74961c0
parentf4321385e01a5a7e9bf5dfa697b54b103dc05a81
xkb: Change DfltBtnAbsolute to the value used by the server

The spec says:
     #x02     XkbSA_DfltBtnAbsolute
But /usr/include/X11/extensions/XKB.h has:
     #define XkbSA_DfltBtnAbsolute (1L << 2)
which is what the server sends.

Note: the XKB spec was changed by Daniel Martin to match the Xlib value.
See kbproto commit db07706cb268d5fe1bc38ef5c0a9f49309068b2c.

Reviewed-by: Daniel Martin <consume.noise@gmail.com>
Signed-off-by: Ran Benita <ran234@gmail.com>
src/xkb.xml