summaryrefslogtreecommitdiff
blob: 12f4d5df456582c6dd27bc04e9c6f01e14bba012 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Index: clxclient-1.0.1/clxclient.h
===================================================================
--- clxclient-1.0.1.orig/clxclient.h
+++ clxclient-1.0.1/clxclient.h
@@ -75,7 +75,7 @@ class X_hints
 {
 public:
 
-    X_hints::X_hints (void) { _sh.flags = 0; _mh.flags = 0; _ch.res_name = 0; _ch.res_class = 0; }
+    X_hints (void) { _sh.flags = 0; _mh.flags = 0; _ch.res_name = 0; _ch.res_class = 0; }
 
     void position (int x, int y);
     void minsize  (int x, int y);
@@ -187,7 +187,7 @@ public:
     X_resman (const X_resman&);
     X_resman& operator=(const X_resman&);
 
-    void X_resman::init (int *argc, char *argv [], char *name,
+    void init (int *argc, char *argv [], char *name,
 			 XrmOptionDescRec *opt, int nopt);
 
     const char *get (const char *res, const char *def) const;
@@ -205,7 +205,7 @@ private:
     char        *_home;  
     XrmDatabase  _xrmdata;
 
-    static XrmOptionDescRec X_resman::defopt [X_resman::NDEFOPT];
+    static XrmOptionDescRec defopt [X_resman::NDEFOPT];
 };