mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 20:44:01 +01:00
399220f14b
Now it receives frame callbacks and renders properly, and is double buffered and such.
9 lines
133 B
C
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
|