aboutsummaryrefslogtreecommitdiff
path: root/src/IconbarTool.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-08-16 11:47:26 (GMT)
committerfluxgen <fluxgen>2003-08-16 11:47:26 (GMT)
commita1df5f7d15ba2c3b74f38897c8b073ac608115f5 (patch)
treeb2b0d869222aafd8bfdc58ca21af4d16f8015f5a /src/IconbarTool.hh
parent90b87d994257bc5a8a7230de9f4639006c2a4980 (diff)
downloadfluxbox-a1df5f7d15ba2c3b74f38897c8b073ac608115f5.zip
fluxbox-a1df5f7d15ba2c3b74f38897c8b073ac608115f5.tar.bz2
fixed iconified windows and minor optimization
Diffstat (limited to 'src/IconbarTool.hh')
-rw-r--r--src/IconbarTool.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/IconbarTool.hh b/src/IconbarTool.hh
index 9cc565e..db50cd7 100644
--- a/src/IconbarTool.hh
+++ b/src/IconbarTool.hh
@@ -20,7 +20,7 @@
20// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 20// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21// DEALINGS IN THE SOFTWARE. 21// DEALINGS IN THE SOFTWARE.
22 22
23// $Id: IconbarTool.hh,v 1.4 2003/08/13 10:11:14 fluxgen Exp $ 23// $Id: IconbarTool.hh,v 1.5 2003/08/16 11:47:26 fluxgen Exp $
24 24
25#ifndef ICONBARTOOL_HH 25#ifndef ICONBARTOOL_HH
26#define ICONBARTOOL_HH 26#define ICONBARTOOL_HH
@@ -30,10 +30,10 @@
30 30
31#include "FbTk/Observer.hh" 31#include "FbTk/Observer.hh"
32 32
33#include <list>
34
35#include <X11/Xlib.h> 33#include <X11/Xlib.h>
36 34
35#include <list>
36
37class IconbarTheme; 37class IconbarTheme;
38class BScreen; 38class BScreen;
39class IconButton; 39class IconButton;