From f47bd94967ab2d057641ad6bac3caa9c6bc1dcfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ana=C3=ABl=20Seghezzi?= Date: Sat, 9 Mar 2019 14:29:05 +0100 Subject: [PATCH] Correct GetProperty segmentation fault --- src/x11_window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/x11_window.c b/src/x11_window.c index e04d7d293..941a2fdcc 100644 --- a/src/x11_window.c +++ b/src/x11_window.c @@ -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,