not using imagecontrol
This commit is contained in:
parent
fa24d5c13d
commit
4c3b6ea0fe
2 changed files with 4 additions and 6 deletions
|
@ -21,7 +21,7 @@
|
|||
// 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 @@ extern void bexec(const char *command, char *displaystring);
|
|||
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),
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
// 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 <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();
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue