summaryrefslogtreecommitdiff
path: root/mi/mi.h
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-10-20 00:30:28 +0300
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2006-10-20 00:43:11 +0300
commitaeba855b07832354f59678e20cc29a085e42bd99 (patch)
treea2fefab9b508e639882a8cef040df707efca3c95 /mi/mi.h
parenta8d3dad9d9f2b9053843e655abe463a68ba8dcb7 (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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mi/mi.h b/mi/mi.h
index 89d460fb7..8d9d120bd 100644
--- a/mi/mi.h
+++ b/mi/mi.h
@@ -173,6 +173,7 @@ extern Bool mieqInit(
);
extern void mieqEnqueue(
+ DeviceIntPtr /*pDev*/,
xEventPtr /*e*/
);