summaryrefslogtreecommitdiff
path: root/xkb/xkb.h
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-08-23 18:53:04 +0300
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2006-08-23 18:53:04 +0300
commit6323a11d0db4d3cf0317af83f0362730142f5325 (patch)
tree968b9375935b3374b88f7477aaa39cc827d9590b /xkb/xkb.h
parent728fbadd16a748b45c80bc2c65c46f82cf803578 (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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/xkb/xkb.h b/xkb/xkb.h
index a85df8e6f..2be42582d 100644
--- a/xkb/xkb.h
+++ b/xkb/xkb.h
@@ -75,4 +75,5 @@ extern Bool XkbDDXCompileKeymapByNames(
extern Bool XkbCopyKeymap(
XkbDescPtr src,
- XkbDescPtr dst);
+ XkbDescPtr dst,
+ Bool sendNotifies);