not using imagecontrol
fluxgen fluxgen
2 files changed,
4 insertions(+),
6 deletions(-)
M
src/Theme.cc
→
src/Theme.cc
@@ -21,7 +21,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: Theme.cc,v 1.36 2002/11/30 20:14:04 fluxgen Exp $ +// $Id: Theme.cc,v 1.37 2002/11/30 20:58:13 fluxgen Exp $ #include "Theme.hh"@@ -54,7 +54,7 @@ #include <iostream>
using namespace std; Theme::Theme(Display *display, Window rootwindow, Colormap colormap, - int screennum, BImageControl *ic, const char *filename, const char *rootcommand): + int screennum, const char *filename, const char *rootcommand): m_display(display), m_colormap(colormap), m_screennum(screennum),
M
src/Theme.hh
→
src/Theme.hh
@@ -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: Theme.hh,v 1.19 2002/11/30 20:14:04 fluxgen Exp $ +// $Id: Theme.hh,v 1.20 2002/11/30 20:57:35 fluxgen Exp $ #ifndef THEME_HH #define THEME_HH@@ -37,8 +37,6 @@ #include <X11/Xresource.h>
#include <string> -class BImageControl; - /** Main theme class, holds themes for Window, toolbar, slit, menu and the rootCommand, for a specific screen.@@ -47,7 +45,7 @@ class Theme {
public: Theme(Display *display, Window rootwindow, Colormap colormap, - int screennum, BImageControl *ic, const char *filename, const char *rootcommand); + int screennum, const char *filename, const char *rootcommand); ~Theme();