28[[nodiscard]]
bool sdl_x11_has_compositor();
31bool sdl_x11_begin_move_size(SDL_Window* window,
int netDirection);
34bool sdl_x11_restack_windows(
const std::vector<SDL_Window*>& topToBottom);
37bool sdl_x11_set_frame_extents(SDL_Window* window,
int left,
int right,
int top,
int bottom);
40bool sdl_x11_set_bit_gravity(SDL_Window* window,
int gravity);
43bool sdl_x11_send_left_button_release(SDL_Window* window);