[Xcb] Where do I find the xcb_keysym_t and modifier value constants?

Mikhail Gusarov dottedmag at dottedmag.net
Sun Mar 21 07:05:11 PDT 2010


Twas brillig at 15:00:18 21.03.2010 UTC+01 when nick.allen at onlinehome.de did gyre and gimble:

 NA> Also, the modifier constants (eg ShiftMask, ControlMask etc) were
 NA> defined in X11/X.h.

typedef enum xcb_key_but_mask_t {
    XCB_KEY_BUT_MASK_SHIFT = 1,
    XCB_KEY_BUT_MASK_LOCK = 2,
    XCB_KEY_BUT_MASK_CONTROL = 4,
    ...

these?

-- 
  http://fossarchy.blogspot.com/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 834 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/xcb/attachments/20100321/7527da31/attachment.pgp>


More information about the Xcb mailing list