|
static void | x11_hide_mouse (Display *dpy, Window win) |
|
void | x11_show_mouse (Display *dpy, Window win, bool state) |
|
void | x11_set_net_wm_fullscreen (Display *dpy, Window win) |
|
void | x11_move_window (Display *dpy, Window win, int x, int y, unsigned width, unsigned height) |
|
static void | x11_set_window_class (Display *dpy, Window win) |
|
static void | x11_set_window_pid (Display *dpy, Window win) |
|
void | x11_set_window_attr (Display *dpy, Window win) |
|
static void | xdg_screensaver_inhibit (Window wnd) |
|
void | x11_suspend_screensaver_xdg_screensaver (Window wnd, bool enable) |
|
void | x11_suspend_screensaver (Window wnd, bool enable) |
|
float | x11_get_refresh_rate (void *data) |
|
static bool | get_video_mode (video_frame_info_t *video_info, Display *dpy, unsigned width, unsigned height, XF86VidModeModeInfo *mode, XF86VidModeModeInfo *desktop_mode) |
|
bool | x11_enter_fullscreen (video_frame_info_t *video_info, Display *dpy, unsigned width, unsigned height) |
|
void | x11_exit_fullscreen (Display *dpy) |
|
bool | x11_create_input_context (Display *dpy, Window win, XIM *xim, XIC *xic) |
|
void | x11_destroy_input_context (XIM *xim, XIC *xic) |
|
bool | x11_get_metrics (void *data, enum display_metric_types type, float *value) |
|
static void | x11_handle_key_event (XEvent *event, XIC ic, bool filter) |
|
bool | x11_alive (void *data) |
|
void | x11_check_window (void *data, bool *quit, bool *resize, unsigned *width, unsigned *height, bool is_shutdown) |
|
void | x11_get_video_size (void *data, unsigned *width, unsigned *height) |
|
bool | x11_has_focus_internal (void *data) |
|
bool | x11_has_focus (void *data) |
|
bool | x11_connect (void) |
|
void | x11_update_title (void *data, void *data2) |
|
bool | x11_input_ctx_new (bool true_full) |
|
void | x11_input_ctx_destroy (void) |
|
void | x11_window_destroy (bool fullscreen) |
|
void | x11_colormap_destroy (void) |
|
void | x11_install_quit_atom (void) |
|
static Bool | x11_wait_notify (Display *d, XEvent *e, char *arg) |
|
void | x11_event_queue_check (XEvent *event) |
|
static bool | x11_check_atom_supported (Display *dpy, Atom atom) |
|
bool | x11_has_net_wm_fullscreen (Display *dpy) |
|
char * | x11_get_wm_name (Display *dpy) |
|