mirror of
https://github.com/jjsullivan5196/wvkbd.git
synced 2025-08-29 15:22:07 +02:00
Do not expose drwsurf_flip
This commit is contained in:
1
drw.h
1
drw.h
@@ -35,7 +35,6 @@ struct kbd;
|
|||||||
|
|
||||||
void drwsurf_resize(struct drwsurf *ds, uint32_t w, uint32_t h, double s);
|
void drwsurf_resize(struct drwsurf *ds, uint32_t w, uint32_t h, double s);
|
||||||
void drwsurf_attach(struct drwsurf *ds);
|
void drwsurf_attach(struct drwsurf *ds);
|
||||||
void drwsurf_flip(struct drwsurf *ds);
|
|
||||||
|
|
||||||
typedef union {
|
typedef union {
|
||||||
uint8_t bgra[4];
|
uint8_t bgra[4];
|
||||||
|
Reference in New Issue
Block a user