]> git.sur5r.net Git - i3/i3/blobdiff - libi3/fake_configure_notify.c
Merge pull request #1669 from Airblader/feature-docs-2
[i3/i3] / libi3 / fake_configure_notify.c
index 472d2351bb26508987337c9b4acf6a5740dafb78..225577a44017157d001323b29d9fb77b0329f535 100644 (file)
@@ -2,7 +2,7 @@
  * vim:ts=4:sw=4:expandtab
  *
  * i3 - an improved dynamic tiling window manager
- * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE)
+ * © 2009 Michael Stapelberg and contributors (see also: LICENSE)
  *
  */
 #include <stdlib.h>
@@ -39,7 +39,7 @@ void fake_configure_notify(xcb_connection_t *conn, xcb_rectangle_t r, xcb_window
     generated_event->above_sibling = XCB_NONE;
     generated_event->override_redirect = false;
 
-    xcb_send_event(conn, false, window, XCB_EVENT_MASK_STRUCTURE_NOTIFY, (char*)generated_event);
+    xcb_send_event(conn, false, window, XCB_EVENT_MASK_STRUCTURE_NOTIFY, (char *)generated_event);
     xcb_flush(conn);
 
     free(event);