pub unsafe extern "C" fn SDL_SetWindowBordered(
    window: *mut SDL_Window,
    bordered: SDL_bool
)
Expand description

Add/remove the border of the window.

This doesn’t work on a fullscreen window.