]> git.mdlowis.com Git - proto/labwc.git/commit
theme: move more button fallback logic to theme.c
authorJohan Malm <jgm323@gmail.com>
Mon, 18 Dec 2023 20:42:36 +0000 (20:42 +0000)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Thu, 21 Dec 2023 01:42:23 +0000 (02:42 +0100)
commitb7ee8b16f3f0ea55585760d8a15c85c86a57ec76
tree286bf449033b3a5bb338195c6c6f1c03f13af307
parent27de4e639801b4d4f887a26db6f713494444ae14
theme: move more button fallback logic to theme.c

...and simplify button_xbm_load() by splitting it into one function that
loads an xbm file and another that creates an icon from a builtin
bitmap.
include/button/button-xbm.h
src/button/button-xbm.c
src/theme.c