From dbd3dfac7eb1de576aa66e25a8c765588c29b493 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Mon, 17 Dec 2001 19:26:26 +0000 Subject: Moved typedefs into class IconBar --- src/IconBar.hh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/IconBar.hh b/src/IconBar.hh index f6b7509..4bd0a8e 100644 --- a/src/IconBar.hh +++ b/src/IconBar.hh @@ -25,8 +25,6 @@ #include "Window.hh" #include "LinkedList.hh" -class Fluxbox; - class IconBarObj { public: @@ -39,9 +37,6 @@ private: FluxboxWindow *m_fluxboxwin; }; -typedef LinkedList IconList; -typedef LinkedListIterator IconListIterator; - class IconBar { public: @@ -55,6 +50,9 @@ public: FluxboxWindow *findWindow(Window w); void exposeEvent(XExposeEvent *ee); private: + typedef LinkedList IconList; + typedef LinkedListIterator IconListIterator; + void draw(IconBarObj *obj, int width); void loadTheme(unsigned int width, unsigned int height); void decorate(Window win); -- cgit v0.11.2