chiark / gitweb /
merge into history old stuff found on chiark
[moebius.git] / dualx11.hh
index 042bc1127b0adbcdfa2146460fbd3c11238491f7..b07358c1f4b68d30ab34d36a466a4920abd73f06 100644 (file)
@@ -1,5 +1,6 @@
 /*
- * X11 functions
+ * X11 functions - colour-stereographic output
+ * (currently broken)
  */
 
 #ifndef DUALX11_HH
@@ -13,7 +14,7 @@
 struct DualX11Output : Output {
   DualX11Output();
   ~DualX11Output();
-  void drawcell(const Point*, int);
+  void drawcell(const Point *list, int n, Colour colour);
   void startimage();
   void endimage();
 private: