mouse: cosmetic

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-09-02 14:53:50 +02:00
parent eae8afdd7e
commit c1d7140f87
1 changed files with 0 additions and 5 deletions

View File

@ -418,9 +418,7 @@ mouse_track_mouse_drag(int *x, int *y)
xcb_button_release_event_t *ev_button; xcb_button_release_event_t *ev_button;
while(true) while(true)
{
while((ev = xcb_wait_for_event(globalconf.connection))) while((ev = xcb_wait_for_event(globalconf.connection)))
{
switch((ev->response_type & 0x7F)) switch((ev->response_type & 0x7F))
{ {
@ -443,9 +441,6 @@ mouse_track_mouse_drag(int *x, int *y)
p_delete(&ev); p_delete(&ev);
break; break;
} }
}
}
} }
/** Get the client that contains the pointer. /** Get the client that contains the pointer.