summaryrefslogtreecommitdiff
path: root/mi
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-10-25 01:07:36 +0300
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2006-10-25 01:07:36 +0300
commit11fb58be77ac163844e494b2b0a260cf28a7ecd1 (patch)
treed668a398981535a8d140fa2de3c27e4147933fe5 /mi
parent2a74b8a91da1a98669993078f7fe9081f2d743ce (diff)
miscellaneous warning fixes
Use the correct type for time, and fix the mi prototype of EnqueueEvent.
Diffstat (limited to 'mi')
-rw-r--r--mi/mipointer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mi/mipointer.h b/mi/mipointer.h
index 82ff045d6..21b55fac7 100644
--- a/mi/mipointer.h
+++ b/mi/mipointer.h
@@ -73,6 +73,7 @@ typedef struct _miPointerScreenFuncRec {
int /* y */
);
void (*EnqueueEvent)(
+ DeviceIntPtr /* pDev */,
xEventPtr /* event */
);
void (*NewEventScreen)(