chiark / gitweb /
sotextpit
[moebius.git] / dualx11.hh
index 042bc1127b0adbcdfa2146460fbd3c11238491f7..b779f4d3de579a33b806dbf3198c05c4e36af942 100644 (file)
@@ -13,7 +13,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: