--- rxvt-unicode/src/rxvtcolor.h 2004/02/12 01:42:03 1.6 +++ rxvt-unicode/src/rxvtcolor.h 2004/02/13 12:16:21 1.7 @@ -90,8 +90,8 @@ struct im_watcher : watcher, callback0 { template - im_watcher (O1 *object, void (O2::*method)()) - : callback0(object,method) + im_watcher (O1 *object, void (O2::*method) ()) + : callback0 (object,method) { } void start (rxvt_display *display) @@ -108,8 +108,8 @@ Window window; template - xevent_watcher (O1 *object, void (O2::*method)(XEvent &)) - : callback1(object,method) + xevent_watcher (O1 *object, void (O2::*method) (XEvent &)) + : callback1 (object,method) { } void start (rxvt_display *display, Window window) @@ -132,14 +132,14 @@ struct rxvt_color { #if XFT XftColor c; - operator Pixel() const { return c.pixel; } + operator Pixel () const { return c.pixel; } #else Pixel p; - operator Pixel() const { return p; } + operator Pixel () const { return p; } #endif - bool operator == (const rxvt_color &b) const { return Pixel(*this) == Pixel(b); } - bool operator != (const rxvt_color &b) const { return Pixel(*this) != Pixel(b); } + bool operator == (const rxvt_color &b) const { return Pixel (*this) == Pixel (b); } + bool operator != (const rxvt_color &b) const { return Pixel (*this) != Pixel (b); } void get (rxvt_display *display, unsigned short &cr, unsigned short &cg, unsigned short &cb);