mirror of
https://github.com/glfw/glfw.git
synced 2025-10-03 13:20:58 +00:00
Correct GetProperty segmentation fault
This commit is contained in:
parent
92d93ede90
commit
f47bd94967
@ -1213,7 +1213,7 @@ static void processEvent(XEvent *event)
|
||||
unsigned long num_items, bytes_after;
|
||||
|
||||
if (XIGetProperty(
|
||||
re->display, re->deviceid,
|
||||
_glfw.x11.display, re->deviceid,
|
||||
re->property,
|
||||
0, 5, False,
|
||||
XIAnyPropertyType,
|
||||
|
Loading…
Reference in New Issue
Block a user