This commit is contained in:
Nishi 2025-12-31 02:50:13 +09:00
commit d60f66249a
Signed by: nishi
GPG key ID: 27EF69B208EB9343
4 changed files with 119 additions and 8 deletions

View file

@ -32,6 +32,7 @@ int init_x(void);
void loop_x(void);
void set_focus_x(MwWidget widget);
void set_background_x(void);
void delete_x(MwWidget widget);
/* wm.c */
extern MwWidget root;