pub unsafe extern "C" fn SDL_SetWindowModalFor(
    modal_window: *mut SDL_Window,
    parent_window: *mut SDL_Window
) -> c_int
Expand description

Sets a window as a modal for another window (X11 only).