diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2011-12-08 14:59:06 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2011-12-13 13:24:08 +1000 |
commit | cd56bd7b3ee34a4b10eb3a57a6e94cac7512167a (patch) | |
tree | ac0416985e6dfae06440bb454cd474333487bd80 /include | |
parent | 47734b2ba2e1f9246fd1a3b7059ca60b0e15acb2 (diff) |
Add GrabIsPointerGrab and GrabIsKeyboardGrab helpers
No functional changes
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/dixgrabs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dixgrabs.h b/include/dixgrabs.h index 65ff45d1d..ea8877072 100644 --- a/include/dixgrabs.h +++ b/include/dixgrabs.h @@ -64,4 +64,6 @@ extern _X_EXPORT int AddPassiveGrabToList( extern _X_EXPORT Bool DeletePassiveGrabFromList( GrabPtr /* pMinuendGrab */); +extern Bool GrabIsPointerGrab(GrabPtr grab); +extern Bool GrabIsKeyboardGrab(GrabPtr grab); #endif /* DIXGRABS_H */ |