summaryrefslogtreecommitdiff
path: root/src/IconBar.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-04-14 15:01:55 (GMT)
committerfluxgen <fluxgen>2003-04-14 15:01:55 (GMT)
commit2928b32f3a399527113325de3db39cd75db4ee8e (patch)
tree53c9d8e3676e35a200314df700344ef2711fb7b4 /src/IconBar.hh
parentb6ca956c821e1e968dda10ee7852c6933b549b08 (diff)
downloadfluxbox_lack-2928b32f3a399527113325de3db39cd75db4ee8e.zip
fluxbox_lack-2928b32f3a399527113325de3db39cd75db4ee8e.tar.bz2
merged with embedded-tab-branch
Diffstat (limited to 'src/IconBar.hh')
-rw-r--r--src/IconBar.hh4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/IconBar.hh b/src/IconBar.hh
index 0000ffa..f169fb0 100644
--- a/src/IconBar.hh
+++ b/src/IconBar.hh
@@ -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.hh,v 1.12 2003/04/09 12:59:57 fluxgen Exp $ 22// $Id: IconBar.hh,v 1.13 2003/04/14 14:43:58 fluxgen Exp $
23 23
24#ifndef ICONBAR_HH 24#ifndef ICONBAR_HH
25#define ICONBAR_HH 25#define ICONBAR_HH
@@ -76,10 +76,8 @@ public:
76private: 76private:
77 typedef std::list<IconBarObj *> IconList; 77 typedef std::list<IconBarObj *> IconList;
78 78
79// void draw(IconBarObj *obj, int width);
80 void loadTheme(unsigned int width, unsigned int height); 79 void loadTheme(unsigned int width, unsigned int height);
81 void decorate(Window win); 80 void decorate(Window win);
82// IconBarObj *findIcon(FluxboxWindow *fluxboxwin);
83 void repositionIcons(); 81 void repositionIcons();
84 Window createIconWindow(FluxboxWindow *fluxboxwin, Window parent); 82 Window createIconWindow(FluxboxWindow *fluxboxwin, Window parent);
85 BScreen *m_screen; 83 BScreen *m_screen;