using imagecontrol
fluxgen fluxgen
2 files changed,
4 insertions(+),
3 deletions(-)
M
src/Slit.cc
→
src/Slit.cc
@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// 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 @@ #ifdef SLIT
#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>
M
src/Toolbar.cc
→
src/Toolbar.cc
@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// 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 "Screen.hh"
#include "Window.hh" #include "Workspace.hh" #include "Workspacemenu.hh" +#include "ImageControl.hh" // use GNU extensions #ifndef _GNU_SOURCE