mirror of
https://github.com/jjsullivan5196/wvkbd.git
synced 2025-07-12 22:14:32 +02:00
Simplify ctx initializer
This commit is contained in:
committed by
John Sullivan
parent
283a758910
commit
b65ea995f1
2
drw.h
2
drw.h
@ -8,8 +8,6 @@ struct drw;
|
||||
struct drwsurf;
|
||||
struct kbd;
|
||||
|
||||
void drw_init(struct drw *d, const char *fc_pattern, void *iface);
|
||||
void drwsurf_init(struct drw *d, struct drwsurf *ds, struct wl_surface *surf);
|
||||
void drwsurf_resize(struct drwsurf *ds, uint32_t w, uint32_t h, uint32_t s);
|
||||
void drwsurf_flip(struct drwsurf *ds);
|
||||
|
||||
|
Reference in New Issue
Block a user