diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-10-08 20:30:49 +0300 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-10-08 20:30:49 +0300 |
commit | ca474e0920dd29ebe7ccf346cddc526732ad01ba (patch) | |
tree | 6059b91712fd29e96d29a436025b66285f0525c8 /include/exevents.h | |
parent | c2fab469b66f2796c541e911202faa411d116b04 (diff) |
Xi: move SendEventToAllWindows and FindInterestedChildren to exevents
Move SendEventToAllWindows and FindInterestedChildren from chgptr to exevents,
so the DIX can more easily use it.
Clean up two warnings (type mismatch, unused variable) in exevents.c.
Diffstat (limited to 'include/exevents.h')
-rw-r--r-- | include/exevents.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/exevents.h b/include/exevents.h index 1169a6c4e..7fbaddbb5 100644 --- a/include/exevents.h +++ b/include/exevents.h @@ -179,4 +179,17 @@ extern int DeviceEventSuppressForWindow( Mask /* mask */, int /* maskndx */); +void FindInterestedChildren( + DeviceIntPtr /* dev */, + WindowPtr /* p1 */, + Mask /* mask */, + xEvent * /* ev */, + int /* count */); + +void SendEventToAllWindows( + DeviceIntPtr /* dev */, + Mask /* mask */, + xEvent * /* ev */, + int /* count */); + #endif /* EXEVENTS_H */ |