using imagecontrol

This commit is contained in:
fluxgen 2002-11-30 20:29:27 +00:00
parent 59e52a6906
commit 4788d2fb9b
2 changed files with 4 additions and 3 deletions

View file

@ -22,7 +22,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
// $Id: Slit.cc,v 1.28 2002/11/27 21:50:09 fluxgen Exp $
// $Id: Slit.cc,v 1.29 2002/11/30 20:28:32 fluxgen Exp $
//use GNU extensions
#ifndef _GNU_SOURCE
@ -37,10 +37,10 @@
#include "i18n.hh"
#include "fluxbox.hh"
#include "Image.hh"
#include "Screen.hh"
#include "Slit.hh"
#include "Toolbar.hh"
#include "ImageControl.hh"
#include <algorithm>
#include <iostream>

View file

@ -22,7 +22,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
// $Id: Toolbar.cc,v 1.43 2002/11/27 21:48:41 fluxgen Exp $
// $Id: Toolbar.cc,v 1.44 2002/11/30 20:29:27 fluxgen Exp $
#include "Toolbar.hh"
@ -35,6 +35,7 @@
#include "Window.hh"
#include "Workspace.hh"
#include "Workspacemenu.hh"
#include "ImageControl.hh"
// use GNU extensions
#ifndef _GNU_SOURCE