diff options
Diffstat (limited to 'src/Theme.cc')
-rw-r--r-- | src/Theme.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Theme.cc b/src/Theme.cc index b41c859..c344c43 100644 --- a/src/Theme.cc +++ b/src/Theme.cc | |||
@@ -21,7 +21,7 @@ | |||
21 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 21 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
22 | // DEALINGS IN THE SOFTWARE. | 22 | // DEALINGS IN THE SOFTWARE. |
23 | 23 | ||
24 | // $Id: Theme.cc,v 1.36 2002/11/30 20:14:04 fluxgen Exp $ | 24 | // $Id: Theme.cc,v 1.37 2002/11/30 20:58:13 fluxgen Exp $ |
25 | 25 | ||
26 | 26 | ||
27 | #include "Theme.hh" | 27 | #include "Theme.hh" |
@@ -54,7 +54,7 @@ extern void bexec(const char *command, char *displaystring); | |||
54 | using namespace std; | 54 | using namespace std; |
55 | 55 | ||
56 | Theme::Theme(Display *display, Window rootwindow, Colormap colormap, | 56 | Theme::Theme(Display *display, Window rootwindow, Colormap colormap, |
57 | int screennum, BImageControl *ic, const char *filename, const char *rootcommand): | 57 | int screennum, const char *filename, const char *rootcommand): |
58 | m_display(display), | 58 | m_display(display), |
59 | m_colormap(colormap), | 59 | m_colormap(colormap), |
60 | m_screennum(screennum), | 60 | m_screennum(screennum), |