chiark / gitweb /
sotextpit x11 red/blue
[moebius.git] / x11.hh
diff --git a/x11.hh b/x11.hh
index 5fd626e2340091e3bad4933f324010cd5b20baa9..442bae7dbb8e4f12c2356d6346e24e3c9355c9bb 100644 (file)
--- a/x11.hh
+++ b/x11.hh
@@ -19,9 +19,9 @@ struct X11Output : Output {
 private:
   Display *display;
   Window window;
-  unsigned long black, white;
-  GC fabric;
-  GC mesh;
+  Colormap cmap;
+  GC black, white, red, blue;
+  GC X11Output::gc(const char *colour_name);
 };
 
 #endif