diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-10-20 00:30:28 +0300 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-10-20 00:43:11 +0300 |
commit | aeba855b07832354f59678e20cc29a085e42bd99 (patch) | |
tree | a2fefab9b508e639882a8cef040df707efca3c95 /mi/mi.h | |
parent | a8d3dad9d9f2b9053843e655abe463a68ba8dcb7 (diff) |
move keymap copy to event processing, from enqueuing
Move the keymap copying to event processing time (in
ProcessInputEvents), instead of being at event enqueuing time.
Break SetCore{Pointer,Keyboard} out into separate functions.
Change mieqEnqueue to take a device pointer, that asks for the
_original_ device associated with this event.
Diffstat (limited to 'mi/mi.h')
-rw-r--r-- | mi/mi.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -173,6 +173,7 @@ extern Bool mieqInit( ); extern void mieqEnqueue( + DeviceIntPtr /*pDev*/, xEventPtr /*e*/ ); |