mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-23 10:48:51 -05:00
Clarified EWMH full screen error messages.
This commit is contained in:
parent
a1399426c3
commit
6cf15615e8
|
@ -1652,7 +1652,7 @@ void _glfwPlatformIconifyWindow(_GLFWwindow* window)
|
||||||
// Override-redirect windows cannot be iconified or restored, as those
|
// Override-redirect windows cannot be iconified or restored, as those
|
||||||
// tasks are performed by the window manager
|
// tasks are performed by the window manager
|
||||||
_glfwInputError(GLFW_PLATFORM_ERROR,
|
_glfwInputError(GLFW_PLATFORM_ERROR,
|
||||||
"X11: Iconification of full screen windows requires a WM that supports EWMH");
|
"X11: Iconification of full screen windows requires a WM that supports EWMH full screen");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1667,7 +1667,7 @@ void _glfwPlatformRestoreWindow(_GLFWwindow* window)
|
||||||
// Override-redirect windows cannot be iconified or restored, as those
|
// Override-redirect windows cannot be iconified or restored, as those
|
||||||
// tasks are performed by the window manager
|
// tasks are performed by the window manager
|
||||||
_glfwInputError(GLFW_PLATFORM_ERROR,
|
_glfwInputError(GLFW_PLATFORM_ERROR,
|
||||||
"X11: Iconification of full screen windows requires a WM that supports EWMH");
|
"X11: Iconification of full screen windows requires a WM that supports EWMH full screen");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user