X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=moebius.git;a=blobdiff_plain;f=dualx11.hh;h=b07358c1f4b68d30ab34d36a466a4920abd73f06;hp=042bc1127b0adbcdfa2146460fbd3c11238491f7;hb=607a60e219b0b3b3f5cda4ab09ab9e9e31989a95;hpb=1ddaa7bdf04344661fa4d9339ee85f49cbbf3ad9 diff --git a/dualx11.hh b/dualx11.hh index 042bc11..b07358c 100644 --- a/dualx11.hh +++ b/dualx11.hh @@ -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: