diff options
author | fluxgen <fluxgen> | 2002-11-30 20:29:27 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-11-30 20:29:27 (GMT) |
commit | 4788d2fb9b690f393e6facd274c35b4bf217b4cc (patch) | |
tree | ca4c755402663ba020a3d2148e6b8d12a127189d /src/Toolbar.cc | |
parent | 59e52a6906f53145b18030e8b52010706b9ed563 (diff) | |
download | fluxbox-4788d2fb9b690f393e6facd274c35b4bf217b4cc.zip fluxbox-4788d2fb9b690f393e6facd274c35b4bf217b4cc.tar.bz2 |
using imagecontrol
Diffstat (limited to 'src/Toolbar.cc')
-rw-r--r-- | src/Toolbar.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Toolbar.cc b/src/Toolbar.cc index d8501ea..7595c83 100644 --- a/src/Toolbar.cc +++ b/src/Toolbar.cc | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Toolbar.cc,v 1.43 2002/11/27 21:48:41 fluxgen Exp $ | 25 | // $Id: Toolbar.cc,v 1.44 2002/11/30 20:29:27 fluxgen Exp $ |
26 | 26 | ||
27 | #include "Toolbar.hh" | 27 | #include "Toolbar.hh" |
28 | 28 | ||
@@ -35,6 +35,7 @@ | |||
35 | #include "Window.hh" | 35 | #include "Window.hh" |
36 | #include "Workspace.hh" | 36 | #include "Workspace.hh" |
37 | #include "Workspacemenu.hh" | 37 | #include "Workspacemenu.hh" |
38 | #include "ImageControl.hh" | ||
38 | 39 | ||
39 | // use GNU extensions | 40 | // use GNU extensions |
40 | #ifndef _GNU_SOURCE | 41 | #ifndef _GNU_SOURCE |