|
Dunst
Lightweight notification daemon
|
Wayland window managment. More...
Include dependency graph for wl.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| bool | wl_init (void) |
| void | wl_deinit (void) |
| window | wl_win_create (void) |
| void | wl_win_destroy (window) |
| void | wl_win_show (window) |
| void | wl_win_hide (window) |
| void | wl_display_surface (cairo_surface_t *srf, window win, const struct dimensions *) |
| cairo_t * | wl_win_get_context (window) |
| const struct screen_info * | wl_get_active_screen (void) |
| bool | wl_is_idle (void) |
| bool | wl_have_fullscreen_window (void) |
| double | wl_get_scale (void) |
Wayland window managment.
Definition in file wl.h.
| void wl_display_surface | ( | cairo_surface_t * | srf, |
| window | win, | ||
| const struct dimensions * | dim ) |
| const struct screen_info * wl_get_active_screen | ( | void | ) |