We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6344712 commit 84308e7Copy full SHA for 84308e7
src/video/x11/SDL_x11video.c
@@ -284,7 +284,7 @@ static SDL_VideoDevice *X11_CreateDevice(void)
284
* This is otherwise not wanted, as it can break fullscreen window positioning on multi-monitor configurations.
285
*/
286
if (!X11_CheckCurrentDesktop("openbox")) {
287
- device->device_caps |= VIDEO_DEVICE_CAPS_SENDS_DISPLAY_CHANGES;
+ device->device_caps |= VIDEO_DEVICE_CAPS_SENDS_FULLSCREEN_DIMENSIONS;
288
}
289
290
data->is_xwayland = X11_IsXWayland(x11_display);
0 commit comments