Home
last modified time | relevance | path

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

/dports/x11/fbpanel/fbpanel-6.1/panel/
H A Dgtkbgbox.h60 enum { BG_NONE, BG_STYLE, BG_ROOT, BG_INHERIT, BG_LAST }; enumerator
/dports/games/kuklomenos/kuklomenos-0.4.5/
H A Dsettings.h25 BG_LAST = 2 enumerator
H A Dconffile.cc172 for (BGType bg = BG_FIRST; bg <= BG_LAST; bg = BGType(bg+1)) in read()
H A Dmenu.cc231 if (settings.bgType == BG_LAST) in act()