diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-08-23 18:53:04 +0300 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-08-23 18:53:04 +0300 |
commit | 6323a11d0db4d3cf0317af83f0362730142f5325 (patch) | |
tree | 968b9375935b3374b88f7477aaa39cc827d9590b /xkb/xkb.h | |
parent | 728fbadd16a748b45c80bc2c65c46f82cf803578 (diff) |
XkbCopyKeymap: optionally send NewKeyboardNotify/MapNotify events
Optionally send a NewKeyboardNotify or MapNotify event when copying the
keymap; modify GetKeyboardValuatorEvents to make use of this.
Diffstat (limited to 'xkb/xkb.h')
-rw-r--r-- | xkb/xkb.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -75,4 +75,5 @@ extern Bool XkbDDXCompileKeymapByNames( extern Bool XkbCopyKeymap( XkbDescPtr src, - XkbDescPtr dst); + XkbDescPtr dst, + Bool sendNotifies); |