]> git.decadent.org.uk Git - ion3.git/blobdiff - ioncore/event.h
Update cfg_kludge_flash for Flash 10
[ion3.git] / ioncore / event.h
index 1bf227d1e17fb18ba0281e3a64b201a1add6b106..9b2d0f962ca17bfad970bd4f11b9ec0f973e72ed 100644 (file)
@@ -1,12 +1,9 @@
 /*
  * ion/ioncore/event.h
  *
- * Copyright (c) Tuomo Valkonen 1999-2006
+ * Copyright (c) Tuomo Valkonen 1999-2009
  *
- * 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
- * the Free Software Foundation; either version 2.1 of the License, or
- * (at your option) any later version.
+ * See the included file LICENSE for details.
  */
 
 #ifndef ION_IONCORE_EVENT_H
                                      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);