|
Dunst
Lightweight notification daemon
|
Xorg output wrapper. More...
#include <cairo.h>#include <glib.h>#include <stdbool.h>#include <X11/extensions/scrnsaver.h>#include <X11/X.h>#include <X11/Xlib.h>#include "../output.h"#include "screen.h"
Include dependency graph for x.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | x_context |
Functions | |
| window | x_win_create (void) |
| void | x_win_destroy (window) |
| void | x_win_show (window) |
| void | x_win_hide (window) |
| void | x_display_surface (cairo_surface_t *srf, window, const struct dimensions *dim) |
| cairo_t * | x_win_get_context (window) |
| bool | x_is_idle (void) |
| bool | x_setup (void) |
| void | x_free (void) |
| double | x_get_scale (void) |
Variables | |
| struct x_context | xctx |
Xorg output wrapper.
Definition in file x.h.
| void x_display_surface | ( | cairo_surface_t * | srf, |
| window | winptr, | ||
| const struct dimensions * | dim ) |