wmenu

wmenu fork with my settings
git clone https://git.awy.one/wmenu.git
Log | Files | Refs | README | LICENSE

render.h (148B)


      1 #ifndef WMENU_RENDER_H
      2 #define WMENU_RENDER_H
      3 
      4 #include "menu.h"
      5 
      6 void calc_widths(struct menu *menu);
      7 void render_menu(struct menu *menu);
      8 
      9 #endif