]> git.mdlowis.com Git - proto/labwc.git/commit
menu: use wl_list instead of array
authorJohan Malm <jgm323@gmail.com>
Mon, 9 Oct 2023 19:59:04 +0000 (20:59 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Tue, 10 Oct 2023 05:17:37 +0000 (06:17 +0100)
commita105c8781aa083dfc6c7390a7b0c25990ddbb125
treecfc7fc9c2767f2fa95817d5a42eff628df631162
parentb22722dafaeb14b5121a9966c8ea3853d7e045b1
menu: use wl_list instead of array

...to make it easier to split menu.c into smaller chunks without
exposing nr_menus variable.
include/labwc.h
include/menu/menu.h
src/action.c
src/main.c
src/menu/menu.c