]> git.decadent.org.uk Git - ion3.git/blobdiff - ioncore/eventh.h
Merge commit '20070318' into HEAD
[ion3.git] / ioncore / eventh.h
index f80257b8ca0748b0a68a4a5e34bc5dbc729eb5c2..322079132e499285ff20e617ffa50700966449b4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * ion/ioncore/eventh.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
@@ -22,7 +22,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);