mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
fix buglet
This commit is contained in:
@@ -593,6 +593,7 @@ WMHandleEvent(XEvent *event)
|
|||||||
|
|
||||||
if (event->type == SelectionNotify || event->type == SelectionClear
|
if (event->type == SelectionNotify || event->type == SelectionClear
|
||||||
|| event->type == SelectionRequest) {
|
|| event->type == SelectionRequest) {
|
||||||
|
puts("REQREWQ");
|
||||||
/* handle selection related events */
|
/* handle selection related events */
|
||||||
W_HandleSelectionEvent(event);
|
W_HandleSelectionEvent(event);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user