From: ian Date: Wed, 2 Jan 2008 01:35:04 +0000 (+0000) Subject: port to lenny X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=moebius.git;a=commitdiff_plain;h=ba80c08a74aad3f4b742d03586a85010e3c388f2 port to lenny --- diff --git a/x11.hh b/x11.hh index 442bae7..babcfc3 100644 --- a/x11.hh +++ b/x11.hh @@ -21,7 +21,7 @@ private: Window window; Colormap cmap; GC black, white, red, blue; - GC X11Output::gc(const char *colour_name); + GC gc(const char *colour_name); }; #endif