]> git.mdlowis.com Git - proto/labwc.git/commit
theme: move some variables into theme->window
authortokyo4j <hrak1529@gmail.com>
Tue, 12 Nov 2024 01:54:59 +0000 (10:54 +0900)
committerJohan Malm <johanmalm@users.noreply.github.com>
Tue, 12 Nov 2024 17:25:39 +0000 (17:25 +0000)
commitd916a78aca05457666a87a24b5ad892d17dc2d3d
tree0321db3728b2876fa672f324453cee46ddcafef4
parent720ae1fc8760779d519850669eee2d70be822e10
theme: move some variables into theme->window

For example, variables:
  `theme->window_inactive_border_color`
  `theme->window_active_border_color`
are converted to:
  `theme->window[THEME_INACTIVE].border_color`
  `theme->window[THEME_ACTIVE].border_color`
include/theme.h
src/ssd/ssd-border.c
src/ssd/ssd-shadow.c
src/ssd/ssd-titlebar.c
src/ssd/ssd.c
src/theme.c