See last commit

This commit is contained in:
cannoli-fruit 2026-07-14 01:51:57 -04:00
commit 1800c49211
2 changed files with 7 additions and 3 deletions

3
win.h
View file

@ -39,3 +39,6 @@ void xsetpointermotion(int);
void xsetsel(char *);
int xstartdraw(void);
void xximspot(int, int);
void xstartimagedraw(int *dirty, int rows);
void xfinishimagedraw();