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

9 lines
133 B
C

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