mirror of
https://github.com/glfw/glfw.git
synced 2025-10-03 21:30:57 +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;
|
unsigned long num_items, bytes_after;
|
||||||
|
|
||||||
if (XIGetProperty(
|
if (XIGetProperty(
|
||||||
re->display, re->deviceid,
|
_glfw.x11.display, re->deviceid,
|
||||||
re->property,
|
re->property,
|
||||||
0, 5, False,
|
0, 5, False,
|
||||||
XIAnyPropertyType,
|
XIAnyPropertyType,
|
||||||
|
Loading…
Reference in New Issue
Block a user