diff options
author | fluxgen <fluxgen> | 2002-11-30 20:39:42 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-11-30 20:39:42 (GMT) |
commit | 00803e499a1c5da4e5ad067df2b5a3d091cf7ea2 (patch) | |
tree | e681d0e72223bdfce463898cc15a27bf1199a585 /src/Window.cc | |
parent | d9438a679dadbf3d5e813fbc4802909d8e0a6aaf (diff) | |
download | fluxbox-00803e499a1c5da4e5ad067df2b5a3d091cf7ea2.zip fluxbox-00803e499a1c5da4e5ad067df2b5a3d091cf7ea2.tar.bz2 |
using imagecontrol
Diffstat (limited to 'src/Window.cc')
-rw-r--r-- | src/Window.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Window.cc b/src/Window.cc index 0a5c614..b1ae5c3 100644 --- a/src/Window.cc +++ b/src/Window.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: Window.cc,v 1.104 2002/11/27 21:58:35 fluxgen Exp $ | 25 | // $Id: Window.cc,v 1.105 2002/11/30 20:39:42 fluxgen Exp $ |
26 | 26 | ||
27 | #include "Window.hh" | 27 | #include "Window.hh" |
28 | 28 | ||
@@ -34,6 +34,7 @@ | |||
34 | #include "Windowmenu.hh" | 34 | #include "Windowmenu.hh" |
35 | #include "StringUtil.hh" | 35 | #include "StringUtil.hh" |
36 | #include "Netizen.hh" | 36 | #include "Netizen.hh" |
37 | #include "ImageControl.hh" | ||
37 | 38 | ||
38 | #ifdef HAVE_CONFIG_H | 39 | #ifdef HAVE_CONFIG_H |
39 | #include "config.h" | 40 | #include "config.h" |