diff options
Diffstat (limited to 'src/resize.h')
-rw-r--r-- | src/resize.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resize.h b/src/resize.h index 5eb729e..a16a238 100644 --- a/src/resize.h +++ b/src/resize.h @@ -60,6 +60,8 @@ in this Software without prior written authorization from The Open Group. #ifndef _RESIZE_ #define _RESIZE_ +#include "twm.h" + extern void AddEndResize(TwmWindow *tmp_win); extern void AddStartResize(TwmWindow *tmp_win, int x, int y, int w, int h); extern void ConstrainSize(TwmWindow *tmp_win, int *widthp, int *heightp); |