aboutsummaryrefslogtreecommitdiff
path: root/src/IconBar.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-11-30 20:18:35 (GMT)
committerfluxgen <fluxgen>2002-11-30 20:18:35 (GMT)
commit59e52a6906f53145b18030e8b52010706b9ed563 (patch)
tree8dc7067adf764442c75631b5a4a6d657585df308 /src/IconBar.cc
parent7748d1a09c58cf6eb608543e802a52c0e356d61e (diff)
downloadfluxbox-59e52a6906f53145b18030e8b52010706b9ed563.zip
fluxbox-59e52a6906f53145b18030e8b52010706b9ed563.tar.bz2
using imagecontrol
Diffstat (limited to 'src/IconBar.cc')
-rw-r--r--src/IconBar.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/IconBar.cc b/src/IconBar.cc
index ad18468..9446165 100644
--- a/src/IconBar.cc
+++ b/src/IconBar.cc
@@ -19,12 +19,13 @@
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.cc,v 1.19 2002/11/27 21:46:14 fluxgen Exp $ 22// $Id: IconBar.cc,v 1.20 2002/11/30 20:10:42 fluxgen Exp $
23 23
24#include "IconBar.hh" 24#include "IconBar.hh"
25#include "i18n.hh" 25#include "i18n.hh"
26#include "Screen.hh" 26#include "Screen.hh"
27#include "fluxbox.hh" 27#include "fluxbox.hh"
28#include "ImageControl.hh"
28 29
29#include <algorithm> 30#include <algorithm>
30 31