This commit is contained in:
Nishi 2025-12-12 17:13:05 +09:00
commit 66ce4a97f3
Signed by: nishi
GPG key ID: 27EF69B208EB9343
5 changed files with 102 additions and 40 deletions

View file

@ -32,6 +32,8 @@ void loop_x(void);
void set_focus_x(MwWidget widget);
/* wm.c */
extern MwWidget root;
void loop_wm(void);
MwWidget wm_frame(int w, int h);
void wm_destroy(MwWidget widget);