aboutsummaryrefslogtreecommitdiff
path: root/src/Tab.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-01-09 22:08:27 (GMT)
committerfluxgen <fluxgen>2003-01-09 22:08:27 (GMT)
commit5cfe837b742f78655053256f8f67cb7429c42bcd (patch)
tree562c14c65ae1839a0244127b51f8ca935dfc0768 /src/Tab.cc
parentd5a394a1e430d927497a2e929779286f7a75df56 (diff)
downloadfluxbox-5cfe837b742f78655053256f8f67cb7429c42bcd.zip
fluxbox-5cfe837b742f78655053256f8f67cb7429c42bcd.tar.bz2
adjusted for FbTk ImageControl
Diffstat (limited to 'src/Tab.cc')
-rw-r--r--src/Tab.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Tab.cc b/src/Tab.cc
index 47faeae..69d63d8 100644
--- a/src/Tab.cc
+++ b/src/Tab.cc
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: Tab.cc,v 1.50 2003/01/09 18:32:09 fluxgen Exp $ 22// $Id: Tab.cc,v 1.51 2003/01/09 22:08:27 fluxgen Exp $
23 23
24#include "Tab.hh" 24#include "Tab.hh"
25 25
@@ -189,7 +189,7 @@ void Tab::lower() {
189// TODO optimize this 189// TODO optimize this
190//------------------------------------------ 190//------------------------------------------
191void Tab::loadTheme() { 191void Tab::loadTheme() {
192 BImageControl *image_ctrl = m_win->getScreen()->getImageControl(); 192 FbTk::ImageControl *image_ctrl = m_win->getScreen()->getImageControl();
193 Pixmap tmp = m_focus_pm; 193 Pixmap tmp = m_focus_pm;
194 const FbTk::Texture *texture = &(m_win->getScreen()->getWindowStyle()->tab.l_focus); 194 const FbTk::Texture *texture = &(m_win->getScreen()->getWindowStyle()->tab.l_focus);
195 195