]> git.decadent.org.uk Git - ion3.git/blobdiff - ioncore/eventh.h
Update cfg_kludge_flash for Flash 10
[ion3.git] / ioncore / eventh.h
index 84257a4c90db760b050c125e02fdbb21356a0eaf..fd3f1c38fcda4ee3b30f63db474997959ef499b9 100644 (file)
@@ -1,12 +1,9 @@
 /*
  * ion/ioncore/eventh.h
  *
- * Copyright (c) Tuomo Valkonen 1999-2007
+ * 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_EVENTH_H
@@ -22,7 +19,7 @@ extern void ioncore_handle_enter_window(XEvent *ev);
 extern void ioncore_handle_unmap_notify(const XUnmapEvent *ev);
 extern void ioncore_handle_destroy_notify(const XDestroyWindowEvent *ev);
 extern void ioncore_handle_client_message(const XClientMessageEvent *ev);
-extern void ioncore_handle_focus_in(const XFocusChangeEvent *ev, bool skip);
+extern void ioncore_handle_focus_in(const XFocusChangeEvent *ev);
 extern void ioncore_handle_focus_out(const XFocusChangeEvent *ev);
 extern void ioncore_handle_property(const XPropertyEvent *ev);
 extern void ioncore_handle_buttonpress(XEvent *ev);