This commit is contained in:
rsc 2006-06-25 21:04:07 +00:00
parent e0ef95dce1
commit 150f88023b
6 changed files with 273 additions and 1905 deletions

View file

@ -22,3 +22,9 @@ bouncemouse(Mouse *m)
_displaybouncemouse(display, m);
}
void
drawresizewindow(Rectangle r)
{
_displayresize(display, r);
}