mirror of
https://github.com/glfw/glfw.git
synced 2026-09-23 00:59:48 +00:00
Made client-side RandR and Xf86VidMode required.
This commit is contained in:
+1
-2
@@ -816,7 +816,6 @@ static void processEvent(XEvent *event)
|
||||
|
||||
default:
|
||||
{
|
||||
#if defined(_GLFW_HAS_XRANDR)
|
||||
switch (event->type - _glfw.x11.randr.eventBase)
|
||||
{
|
||||
case RRScreenChangeNotify:
|
||||
@@ -826,7 +825,7 @@ static void processEvent(XEvent *event)
|
||||
break;
|
||||
}
|
||||
}
|
||||
#endif /*_GLFW_HAS_XRANDR*/
|
||||
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user