|
Dunst
Lightweight notification daemon
|
Generic graphics backend wrapper. More...
#include <stdbool.h>#include <glib.h>#include <cairo.h>
Include dependency graph for output.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | dimensions |
| struct | screen_info |
| struct | output |
Macros | |
| #define | X11_SUPPORT 0 |
| #define | WAYLAND_SUPPORT 0 |
Typedefs | |
| typedef gpointer | window |
Functions | |
| const struct output * | output_create (bool force_xwayland) |
| return an initialized output, selecting the correct output type from either wayland or X11 according to the settings and environment. | |
| bool | is_running_wayland (void) |
Generic graphics backend wrapper.
Definition in file output.h.
| const struct output * output_create | ( | bool | force_xwayland | ) |