mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-26 12:18:51 -05:00
Formatting.
This commit is contained in:
parent
4889b4ceee
commit
a859c10fa1
|
@ -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…
Reference in New Issue
Block a user