kind of works
This commit is contained in:
parent
5317e24c93
commit
9cb052fd7a
4 changed files with 236 additions and 41 deletions
|
|
@ -34,6 +34,7 @@ void loop_wm(void);
|
|||
MwWidget wm_frame(int w, int h);
|
||||
void wm_destroy(MwWidget widget);
|
||||
void wm_set_name(MwWidget widget, const char* name);
|
||||
void wm_focus(MwWidget widget, int focus);
|
||||
|
||||
/* config.c */
|
||||
extern config_t wm_config;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue