1
0
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:
dan
2001-12-30 01:50:46 +00:00
parent d35dd84ae5
commit 7eb705472f
2 changed files with 10 additions and 15 deletions

View File

@@ -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;