1
0
Fork 0
mirror of https://github.com/NickHu/sway synced 2025-01-16 15:41:47 +01:00
sway-patched-tray-menu/include/client/buffer.h
Drew DeVault 399220f14b Fix up wayland client implementation
Now it receives frame callbacks and renders properly, and is double
buffered and such.
2015-11-18 08:22:53 -05:00

8 lines
133 B
C

#ifndef _BUFFER_H
#define _BUFFER_H
#include "client/client.h"
struct buffer *get_next_buffer(struct client_state *state);
#endif