aboutsummaryrefslogtreecommitdiff
path: root/src/Theme.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Theme.cc')
-rw-r--r--src/Theme.cc4
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);
54using namespace std; 54using namespace std;
55 55
56Theme::Theme(Display *display, Window rootwindow, Colormap colormap, 56Theme::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):
58m_display(display), 58m_display(display),
59m_colormap(colormap), 59m_colormap(colormap),
60m_screennum(screennum), 60m_screennum(screennum),