mirror of
https://codeberg.org/adnano/wmenu.git
synced 2026-02-13 04:28:09 -05:00
Move menu and rendering logic into separate files
This commit is contained in:
parent
1104e8e51b
commit
e8782db9c8
10 changed files with 1024 additions and 963 deletions
9
render.h
Normal file
9
render.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef WMENU_RENDER_H
|
||||
#define WMENU_RENDER_H
|
||||
|
||||
#include "menu.h"
|
||||
|
||||
void calc_widths(struct menu *menu);
|
||||
void render_menu(struct menu *menu);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue