Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 128938 | Differences between
and this patch

Collapse All | Expand All

(-)clxclient-1.0.1/clxclient.h (-3 / +3 lines)
Lines 75-81 class X_hints Link Here
75
{
75
{
76
public:
76
public:
77
77
78
    X_hints::X_hints (void) { _sh.flags = 0; _mh.flags = 0; _ch.res_name = 0; _ch.res_class = 0; }
78
    X_hints (void) { _sh.flags = 0; _mh.flags = 0; _ch.res_name = 0; _ch.res_class = 0; }
79
79
80
    void position (int x, int y);
80
    void position (int x, int y);
81
    void minsize  (int x, int y);
81
    void minsize  (int x, int y);
Lines 187-193 public: Link Here
187
    X_resman (const X_resman&);
187
    X_resman (const X_resman&);
188
    X_resman& operator=(const X_resman&);
188
    X_resman& operator=(const X_resman&);
189
189
190
    void X_resman::init (int *argc, char *argv [], char *name,
190
    void init (int *argc, char *argv [], char *name,
191
			 XrmOptionDescRec *opt, int nopt);
191
			 XrmOptionDescRec *opt, int nopt);
192
192
193
    const char *get (const char *res, const char *def) const;
193
    const char *get (const char *res, const char *def) const;
Lines 205-211 private: Link Here
205
    char        *_home;  
205
    char        *_home;  
206
    XrmDatabase  _xrmdata;
206
    XrmDatabase  _xrmdata;
207
207
208
    static XrmOptionDescRec X_resman::defopt [X_resman::NDEFOPT];
208
    static XrmOptionDescRec defopt [X_resman::NDEFOPT];
209
};
209
};
210
210
211
211

Return to bug 128938