fix for icons.c
This commit is contained in:
parent
89286cbe83
commit
e5f61d3d99
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue