]> git.decadent.org.uk Git - ion3.git/blobdiff - ioncore/event.h
[svn-upgrade] Integrating new upstream version, ion3 (20070203)
[ion3.git] / ioncore / event.h
index 1bf227d1e17fb18ba0281e3a64b201a1add6b106..b81edf1d38e507704de0d2e3812214c8bb813e79 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * ion/ioncore/event.h
  *
- * Copyright (c) Tuomo Valkonen 1999-2006
+ * Copyright (c) Tuomo Valkonen 1999-2007
  *
  * Ion is free software; you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by
                                      PropertyChangeMask|FocusChangeMask|  \
                                      StructureNotifyMask|EnterWindowMask)
 
+#define IONCORE_EVENTMASK_SCREEN (FocusChangeMask|EnterWindowMask|   \
+                                  KeyPressMask|KeyReleaseMask|       \
+                                  ButtonPressMask|ButtonReleaseMask)
+
 extern void ioncore_x_connection_handler(int conn, void *unused);
 extern void ioncore_flush();
 extern void ioncore_get_event(XEvent *ev, long mask);