make fs option (on X11) work in HLS mode

This commit is contained in:
F. Duncanh
2025-02-01 02:22:26 -05:00
parent d01c27d62a
commit 4db951de1e

View File

@@ -418,6 +418,9 @@ bool waiting_for_x11_window() {
return true; /* window still not found */ return true; /* window still not found */
} }
} }
if (fullscreen) {
set_fullscreen(renderer->gst_window, &fullscreen);
}
#endif #endif
return false; return false;
} }