# | Line 240 | Line 240 | static bool read_property(Display *dpy, | |
---|---|---|
240 | ||
241 | ||
242 | /* | |
243 | < | * Timed wait for an SelectionNotify event |
243 | > | * Timed wait for a SelectionNotify event |
244 | */ | |
245 | ||
246 | static const uint64 SELECTION_MAX_WAIT = 500000; // 500 ms | |
# | Line 662 | Line 662 | static bool handle_selection(XSelectionR | |
662 | out_event.xselection.time = req->time; | |
663 | XSendEvent(x_display, req->requestor, False, 0, &out_event); | |
664 | } | |
665 | + | |
666 | + | return handled; |
667 | } | |
668 | ||
669 | void ClipboardSelectionRequest(XSelectionRequestEvent *req) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |