aboutsummaryrefslogtreecommitdiff
path: root/src/IconBar.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/IconBar.cc
parentd5a394a1e430d927497a2e929779286f7a75df56 (diff)
downloadfluxbox-5cfe837b742f78655053256f8f67cb7429c42bcd.zip
fluxbox-5cfe837b742f78655053256f8f67cb7429c42bcd.tar.bz2
adjusted for FbTk ImageControl
Diffstat (limited to 'src/IconBar.cc')
-rw-r--r--src/IconBar.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/IconBar.cc b/src/IconBar.cc
index 2cad76a..dd80cec 100644
--- a/src/IconBar.cc
+++ b/src/IconBar.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: IconBar.cc,v 1.22 2002/12/09 19:03:13 fluxgen Exp $ 22// $Id: IconBar.cc,v 1.23 2003/01/09 22:03:06 fluxgen Exp $
23 23
24#include "IconBar.hh" 24#include "IconBar.hh"
25#include "i18n.hh" 25#include "i18n.hh"
@@ -117,7 +117,7 @@ Window IconBar::delIcon(FluxboxWindow *fluxboxwin) {
117// with the size width * height 117// with the size width * height
118//-------------------------------------- 118//--------------------------------------
119void IconBar::loadTheme(unsigned int width, unsigned int height) { 119void IconBar::loadTheme(unsigned int width, unsigned int height) {
120 BImageControl *image_ctrl = m_screen->getImageControl(); 120 FbTk::ImageControl *image_ctrl = m_screen->getImageControl();
121 Pixmap tmp = m_focus_pm; 121 Pixmap tmp = m_focus_pm;
122 const FbTk::Texture *texture = &(m_screen->getWindowStyle()->tab.l_focus); 122 const FbTk::Texture *texture = &(m_screen->getWindowStyle()->tab.l_focus);
123 123