Home
last modified time | relevance | path

Searched refs:pstyle3 (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dpreferences.c1563 boolean pstyle3 = lives_toggle_button_get_active(LIVES_TOGGLE_BUTTON(prefsw->theme_style3)); in apply_prefs() local
1613 ((pstyle3 * STYLE_3) != (palette->style & STYLE_3)) || in apply_prefs()
1624 palette->style = STYLE_1 | (pstyle2 * STYLE_2) | (pstyle3 * STYLE_3) | (pstyle4 * STYLE_4); in apply_prefs()