diff options
author | fluxgen <fluxgen> | 2003-08-16 11:47:26 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-08-16 11:47:26 (GMT) |
commit | a1df5f7d15ba2c3b74f38897c8b073ac608115f5 (patch) | |
tree | b2b0d869222aafd8bfdc58ca21af4d16f8015f5a /src/IconbarTool.hh | |
parent | 90b87d994257bc5a8a7230de9f4639006c2a4980 (diff) | |
download | fluxbox-a1df5f7d15ba2c3b74f38897c8b073ac608115f5.zip fluxbox-a1df5f7d15ba2c3b74f38897c8b073ac608115f5.tar.bz2 |
fixed iconified windows and minor optimization
Diffstat (limited to 'src/IconbarTool.hh')
-rw-r--r-- | src/IconbarTool.hh | 6 |
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 | |||
37 | class IconbarTheme; | 37 | class IconbarTheme; |
38 | class BScreen; | 38 | class BScreen; |
39 | class IconButton; | 39 | class IconButton; |