]> git.mdlowis.com Git - proto/labwc.git/commit
theme: move title_height to theme struct
authorJohan Malm <jgm323@gmail.com>
Thu, 15 Apr 2021 19:13:49 +0000 (20:13 +0100)
committerJohan Malm <jgm323@gmail.com>
Thu, 15 Apr 2021 19:13:49 +0000 (20:13 +0100)
commit2f5a44d34d02c016457c37f29568c08d8919ce27
treead3f356693f256cde187b18fe9495d760f52c364
parent85c775c3b11f9916c690eed1548412f757c8501f
theme: move title_height to theme struct

title_height is a derived variable which needs both config and theme
variables (font height and title padding). The code is tidier calling
post_processing() for this from theme_init()
include/config/rcxml.h
include/theme.h
src/config/rcxml.c
src/ssd.c
src/theme.c