diff options
Diffstat (limited to 'src/IconBar.hh')
-rw-r--r-- | src/IconBar.hh | 4 |
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: | |||
76 | private: | 76 | private: |
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; |