diff options
author | fluxgen <fluxgen> | 2003-01-09 22:08:27 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-01-09 22:08:27 (GMT) |
commit | 5cfe837b742f78655053256f8f67cb7429c42bcd (patch) | |
tree | 562c14c65ae1839a0244127b51f8ca935dfc0768 /src/Tab.cc | |
parent | d5a394a1e430d927497a2e929779286f7a75df56 (diff) | |
download | fluxbox-5cfe837b742f78655053256f8f67cb7429c42bcd.zip fluxbox-5cfe837b742f78655053256f8f67cb7429c42bcd.tar.bz2 |
adjusted for FbTk ImageControl
Diffstat (limited to 'src/Tab.cc')
-rw-r--r-- | src/Tab.cc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 | //------------------------------------------ |
191 | void Tab::loadTheme() { | 191 | void 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 | ||