]> git.sur5r.net Git - i3/i3/commitdiff
Correct typo
authorAxel Wagner <mail@merovius.de>
Wed, 16 Feb 2011 18:53:42 +0000 (19:53 +0100)
committerAxel Wagner <mail@merovius.de>
Wed, 16 Feb 2011 18:53:42 +0000 (19:53 +0100)
i3bar/src/xcb.c

index 0f0e29739b92bf80ff4265f04eefe59c477a989b..60b88fc80307ccb617ec849cbf568d80665828fc 100644 (file)
@@ -365,7 +365,7 @@ void handle_button(xcb_button_press_event_t *event) {
  * then (and only then)
  *
  */
-void xcb_prep_cb(struct ev_loop *loop, ev_prepare *watcher, int revenst) {
+void xcb_prep_cb(struct ev_loop *loop, ev_prepare *watcher, int revents) {
     xcb_flush(xcb_connection);
 }