mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
theme: replace THEME_(IN)ACTIVE with SSD_(IN)ACTIVE
Some checks failed
labwc.github.io / notify (push) Has been cancelled
Some checks failed
labwc.github.io / notify (push) Has been cancelled
This commit is contained in:
parent
c78a0fe1b4
commit
89fab2d449
4 changed files with 79 additions and 80 deletions
|
|
@ -83,7 +83,7 @@ struct theme {
|
|||
|
||||
/*
|
||||
* Themes/textures for each active/inactive window. Indexed by
|
||||
* THEME_INACTIVE and THEME_ACTIVE.
|
||||
* ssd_active_state.
|
||||
*/
|
||||
struct {
|
||||
/* title background pattern (solid or gradient) */
|
||||
|
|
@ -212,10 +212,6 @@ struct theme {
|
|||
int mag_border_width;
|
||||
};
|
||||
|
||||
/* TODO: replace with enum ssd_active_state */
|
||||
#define THEME_INACTIVE 0
|
||||
#define THEME_ACTIVE 1
|
||||
|
||||
struct server;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue