char *encname;
int (*countrect)(Vncs*, Rectangle);
int (*sendrect)(Vncs*, Rectangle);
int copyrect;
int canwarp;
int dowarp;
Point warppt;
ulong updatereq;
Rlist rlist;
int ndead;
int nproc;
int cursorver;
Point cursorpos;
Rectangle cursorr;
int snarfvers;
Memimage *image;
ulong imagechan;
};
/* rre.c */
int countcorre(Vncs*, Rectangle);
int counthextile(Vncs*, Rectangle);
int countraw(Vncs*, Rectangle);
int countrre(Vncs*, Rectangle);
int sendcorre(Vncs*, Rectangle);
int sendhextile(Vncs*, Rectangle);
int sendraw(Vncs*, Rectangle);
int sendrre(Vncs*, Rectangle);