|
Dunst
Lightweight notification daemon
|
Wayland rendering buffer pool. More...
#include <cairo/cairo.h>#include <pango/pangocairo.h>#include <stdbool.h>#include <stdint.h>#include <wayland-client.h>
Include dependency graph for pool-buffer.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | pool_buffer |
Functions | |
| struct pool_buffer * | get_next_buffer (struct wl_shm *shm, struct pool_buffer pool[static 2], uint32_t width, uint32_t height) |
| void | finish_buffer (struct pool_buffer *buffer) |
Wayland rendering buffer pool.
Definition in file pool-buffer.h.
| void finish_buffer | ( | struct pool_buffer * | buffer | ) |
Definition at line 113 of file pool-buffer.c.
| struct pool_buffer * get_next_buffer | ( | struct wl_shm * | shm, |
| struct pool_buffer | pool[static 2], | ||
| uint32_t | width, | ||
| uint32_t | height ) |
Definition at line 132 of file pool-buffer.c.