mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-07 14:24:14 +01:00
- Really fixed problem with keyboard shortcuts executed an every screen for
multihead systems. - Fixed a wrong test in the selection code.
This commit is contained in:
@@ -313,7 +313,7 @@ handleNotifyEvent(XEvent *event)
|
||||
WM_ITERATE_ARRAY(selCallbacks, handler, iter) {
|
||||
|
||||
if (W_VIEW_DRAWABLE(handler->view) != event->xselection.requestor
|
||||
&& handler->selection == event->xselection.selection) {
|
||||
|| handler->selection != event->xselection.selection) {
|
||||
continue;
|
||||
}
|
||||
handler->flags.done_pending = 1;
|
||||
|
||||
Reference in New Issue
Block a user