From e5f61d3d990ac0caa331da36ab42cbda693ad006 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 24 Sep 2003 16:38:46 +0000 Subject: [PATCH] fix for icons.c --- tests/icons.c | 1 - 1 file changed, 1 deletion(-) 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) { -- 2.39.2