Formatting.

master
Camilla Berglund ago%!(EXTRA string=11 years)
parent 4889b4ceee
commit a859c10fa1
  1. 9
      src/x11_window.c

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

Loading…
Cancel
Save