Home
last modified time | relevance | path

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

/dports/x11-wm/fluxbox/fluxbox-1.3.7/src/
H A DFbWinFrame.cc1109 const FbTk::Texture *tc_unfocused = &uft->iconbarTheme()->texture(); in renderTabContainer() local
1113 if (m_tabmode == EXTERNAL && tc_unfocused->type() & FbTk::Texture::PARENTRELATIVE) in renderTabContainer()
1114 tc_unfocused = &uft->titleTexture(); in renderTabContainer()
1120 tabs.width(), tabs.height(), *tc_unfocused, m_imagectrl, tabs.orientation()); in renderTabContainer()