mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 21:44:20 +01:00
Remove some indirections
Signed-off-by: Sebastian Ramacher <sebastian@ramacher.at>
This commit is contained in:
parent
537a28e14c
commit
13cdf79472
@ -307,7 +307,7 @@ init_css(zathura_t* zathura)
|
|||||||
GiraraTemplate* csstemplate =
|
GiraraTemplate* csstemplate =
|
||||||
girara_session_get_template(zathura->ui.session);
|
girara_session_get_template(zathura->ui.session);
|
||||||
|
|
||||||
static const char* index_settings[] = {
|
static const char index_settings[][16] = {
|
||||||
"index-fg",
|
"index-fg",
|
||||||
"index-bg",
|
"index-bg",
|
||||||
"index-active-fg",
|
"index-active-fg",
|
||||||
|
Loading…
Reference in New Issue
Block a user