mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
x11: Patched to compile with DEBUG_XEVENTS defined.
This commit is contained in:
parent
8c39d1d0b5
commit
e58c7920bf
@ -604,7 +604,7 @@ X11_HandleClipboardEvent(_THIS, const XEvent *xevent)
|
|||||||
case SelectionNotify: {
|
case SelectionNotify: {
|
||||||
#ifdef DEBUG_XEVENTS
|
#ifdef DEBUG_XEVENTS
|
||||||
printf("window CLIPBOARD: SelectionNotify (requestor = %ld, target = %ld)\n",
|
printf("window CLIPBOARD: SelectionNotify (requestor = %ld, target = %ld)\n",
|
||||||
xevent.xselection.requestor, xevent.xselection.target);
|
xevent->xselection.requestor, xevent->xselection.target);
|
||||||
#endif
|
#endif
|
||||||
videodata->selection_waiting = SDL_FALSE;
|
videodata->selection_waiting = SDL_FALSE;
|
||||||
}
|
}
|
||||||
@ -616,7 +616,7 @@ X11_HandleClipboardEvent(_THIS, const XEvent *xevent)
|
|||||||
|
|
||||||
#ifdef DEBUG_XEVENTS
|
#ifdef DEBUG_XEVENTS
|
||||||
printf("window CLIPBOARD: SelectionClear (requestor = %ld, target = %ld)\n",
|
printf("window CLIPBOARD: SelectionClear (requestor = %ld, target = %ld)\n",
|
||||||
xevent.xselection.requestor, xevent.xselection.target);
|
xevent->xselection.requestor, xevent->xselection.target);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (xevent->xselectionclear.selection == XA_PRIMARY ||
|
if (xevent->xselectionclear.selection == XA_PRIMARY ||
|
||||||
|
Loading…
Reference in New Issue
Block a user