summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2020-10-16 19:11:09 +0200
committerMatthieu Herrb <matthieu@herrb.eu>2020-10-16 19:11:09 +0200
commitcc565f59c0ba5de8033489bb5235394f7717e743 (patch)
tree2e36697cf1a525bd2a0365e81804b5fa8cd85e60 /src/util.h
parent61ee3956355d1b5d9993191b0000024b60a8d34b (diff)
parent12ae76feef16024a0911b0e61e64266b449599e7 (diff)
Merge remote-tracking branch 'origin/master' into obsd
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 195432c..448ed4d 100644
--- a/src/util.h
+++ b/src/util.h
@@ -60,6 +60,8 @@ in this Software without prior written authorization from The Open Group.
#ifndef _UTIL_
#define _UTIL_
+#include "twm.h"
+
extern void MoveOutline(Window root, int x, int y, int width, int height,
int bw, int th);
extern void Zoom(Window wf, Window wt);