diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2020-10-16 19:11:09 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2020-10-16 19:11:09 +0200 |
commit | cc565f59c0ba5de8033489bb5235394f7717e743 (patch) | |
tree | 2e36697cf1a525bd2a0365e81804b5fa8cd85e60 /src/util.h | |
parent | 61ee3956355d1b5d9993191b0000024b60a8d34b (diff) | |
parent | 12ae76feef16024a0911b0e61e64266b449599e7 (diff) |
Merge remote-tracking branch 'origin/master' into obsd
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |