1
0
Fork 0
mirror of https://github.com/swaywm/sway.git synced 2025-03-29 17:46:21 +00:00
sway/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