all repos — fluxbox @ 4c3b6ea0fec1604819bde2356995db14a03d2d57

custom fork of the fluxbox windowmanager

not using imagecontrol
fluxgen fluxgen
commit

4c3b6ea0fec1604819bde2356995db14a03d2d57

parent

fa24d5c13d30817e709a4935d9d0ff0fe01bfbca

2 files changed, 4 insertions(+), 6 deletions(-)

jump to
M src/Theme.ccsrc/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.hhsrc/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();