aboutsummaryrefslogtreecommitdiff
path: root/src/Slit.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-11-30 20:29:27 (GMT)
committerfluxgen <fluxgen>2002-11-30 20:29:27 (GMT)
commit4788d2fb9b690f393e6facd274c35b4bf217b4cc (patch)
treeca4c755402663ba020a3d2148e6b8d12a127189d /src/Slit.cc
parent59e52a6906f53145b18030e8b52010706b9ed563 (diff)
downloadfluxbox-4788d2fb9b690f393e6facd274c35b4bf217b4cc.zip
fluxbox-4788d2fb9b690f393e6facd274c35b4bf217b4cc.tar.bz2
using imagecontrol
Diffstat (limited to 'src/Slit.cc')
-rw-r--r--src/Slit.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Slit.cc b/src/Slit.cc
index 138af92..e25727f 100644
--- a/src/Slit.cc
+++ b/src/Slit.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: Slit.cc,v 1.28 2002/11/27 21:50:09 fluxgen Exp $ 25// $Id: Slit.cc,v 1.29 2002/11/30 20:28:32 fluxgen Exp $
26 26
27//use GNU extensions 27//use GNU extensions
28#ifndef _GNU_SOURCE 28#ifndef _GNU_SOURCE
@@ -37,10 +37,10 @@
37 37
38#include "i18n.hh" 38#include "i18n.hh"
39#include "fluxbox.hh" 39#include "fluxbox.hh"
40#include "Image.hh"
41#include "Screen.hh" 40#include "Screen.hh"
42#include "Slit.hh" 41#include "Slit.hh"
43#include "Toolbar.hh" 42#include "Toolbar.hh"
43#include "ImageControl.hh"
44 44
45#include <algorithm> 45#include <algorithm>
46#include <iostream> 46#include <iostream>