From: Dana Jansens Date: Wed, 24 Sep 2003 16:38:46 +0000 (+0000) Subject: fix for icons.c X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=e5f61d3d990ac0caa331da36ab42cbda693ad006;p=chaz%2Fopenbox fix for icons.c --- diff --git a/tests/icons.c b/tests/icons.c index fbdb5ed4..650a32a4 100644 --- a/tests/icons.c +++ b/tests/icons.c @@ -77,7 +77,6 @@ int main(int argc, char **argv) cur = XCreateFontCursor(d, XC_crosshair); XGrabPointer(d, RootWindow(d, s), False, ButtonPressMask, GrabModeAsync, GrabModeAsync, None, cur, CurrentTime); - XEvent ev; while (1) { XNextEvent(d, &ev); if (ev.type == ButtonPress) {