diff options
author | Daniel Stone <daniel@fooishbar.org> | 2010-12-28 12:15:28 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2011-01-06 17:10:44 +0000 |
commit | eb5aaf5eb819f1287ce40da79edbe07bafb2b5c0 (patch) | |
tree | a93e02ebc7770194bbef931b9f9d3b12b536a154 /include | |
parent | 30c8c7a86310139e79c9698caee21b3bd51936bd (diff) |
Input: Export GetEventMask
Make it non-static, add to headers.
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/input.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/input.h b/include/input.h index c1db5444f..56992d134 100644 --- a/include/input.h +++ b/include/input.h @@ -526,6 +526,7 @@ extern _X_EXPORT InputAttributes *DuplicateInputAttributes(InputAttributes *attr extern _X_EXPORT void FreeInputAttributes(InputAttributes *attrs); /* misc event helpers */ +extern Mask GetEventMask(DeviceIntPtr dev, xEvent* ev, InputClientsPtr clients); extern Mask GetEventFilter(DeviceIntPtr dev, xEvent *event); extern Mask GetWindowXI2Mask(DeviceIntPtr dev, WindowPtr win, xEvent* ev); void FixUpEventFromWindow(SpritePtr pSprite, |