summaryrefslogtreecommitdiff
path: root/hw/xquartz/darwinEvents.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xquartz/darwinEvents.h')
-rw-r--r--hw/xquartz/darwinEvents.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/xquartz/darwinEvents.h b/hw/xquartz/darwinEvents.h
index 2f1d9ff6f..9ec3bda2f 100644
--- a/hw/xquartz/darwinEvents.h
+++ b/hw/xquartz/darwinEvents.h
@@ -78,4 +78,7 @@ enum {
/* Send one of the above events to the server thread. */
void DarwinSendDDXEvent(int type, int argc, ...);
+extern int darwin_modifier_mask_list[];
+extern int darwin_modifier_flags;
+
#endif /* _DARWIN_EVENTS_H */