devdraw: add F11 for full-screen toggle

This commit is contained in:
Russ Cox 2008-01-30 12:01:43 -05:00
parent 54dd92bebc
commit 35288690ce
6 changed files with 78 additions and 7 deletions

View file

@ -111,3 +111,6 @@ extern int _xreplacescreenimage(void);
Button2MotionMask|\
Button3MotionMask)
extern Rectangle screenrect;
extern Rectangle windowrect;
extern int fullscreen;