chiark / gitweb /
sotextpit
[moebius.git] / x11.hh
diff --git a/x11.hh b/x11.hh
index d7117414faac00b8c1e02e40af7b6537638c5472..5fd626e2340091e3bad4933f324010cd5b20baa9 100644 (file)
--- a/x11.hh
+++ b/x11.hh
 struct X11Output : Output {
   X11Output();
   ~X11Output();
-  void drawcell(const Point*, int);
+  void drawcell(const Point*, int, Colour);
   void startimage();
   void endimage();
 private:
   Display *display;
   Window window;
+  unsigned long black, white;
   GC fabric;
   GC mesh;
 };