summaryrefslogtreecommitdiff
path: root/src/resize.h
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2020-06-21 09:47:58 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2020-06-21 09:47:58 -0400
commitebaf16b08d739e798b36a0bc2ff139d068612d4d (patch)
tree663a8e166fa5954c4aaff6efc28a5eecb43b05ad /src/resize.h
parent68703413c5d6d800f0f79d08ad51a86dc53713ce (diff)
include twm.h in header files which rely upon its definitions
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'src/resize.h')
-rw-r--r--src/resize.h2
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);