mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 11:51:27 +00:00
Do not send NSEvent only for single-click on appicon and minindow in WindowMaker environment.
This commit is contained in:
parent
21f38f8060
commit
f9958176db
1 changed files with 1 additions and 1 deletions
|
@ -484,7 +484,7 @@ posixFileDescriptor: (NSPosixFileDescriptor*)fileDescriptor
|
|||
XSendEvent(dpy, cWin->parent, True,
|
||||
ButtonPressMask, &xEvent);
|
||||
XFlush(dpy);
|
||||
if (clickCount != 2)
|
||||
if (clickCount == 1)
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue