mirror of
https://github.com/NickHu/sway
synced 2025-01-04 23:01:31 +01:00
399220f14b
Now it receives frame callbacks and renders properly, and is double buffered and such.
8 lines
133 B
C
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
|