|
|
@ -820,10 +820,11 @@ static void processEvent(XEvent *event) |
|
|
|
{ |
|
|
|
{ |
|
|
|
// The converted data from the drag operation has arrived
|
|
|
|
// The converted data from the drag operation has arrived
|
|
|
|
char* data; |
|
|
|
char* data; |
|
|
|
const int result = _glfwGetWindowProperty(event->xselection.requestor, |
|
|
|
const int result = |
|
|
|
event->xselection.property, |
|
|
|
_glfwGetWindowProperty(event->xselection.requestor, |
|
|
|
event->xselection.target, |
|
|
|
event->xselection.property, |
|
|
|
(unsigned char**) &data); |
|
|
|
event->xselection.target, |
|
|
|
|
|
|
|
(unsigned char**) &data); |
|
|
|
|
|
|
|
|
|
|
|
if (result) |
|
|
|
if (result) |
|
|
|
{ |
|
|
|
{ |
|
|
|