From 714db5cb3a9c995b88af457b5914b7199fc1a8b9 Mon Sep 17 00:00:00 2001 From: dan Date: Sun, 21 Jan 2001 03:00:00 +0000 Subject: [PATCH] Updated header file for latest changes in the function prototypes --- WINGs/WINGs/WINGs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WINGs/WINGs/WINGs.h b/WINGs/WINGs/WINGs.h index aa348116..8b8717cf 100644 --- a/WINGs/WINGs/WINGs.h +++ b/WINGs/WINGs/WINGs.h @@ -1684,7 +1684,8 @@ void WMRemoveBoxSubview(WMBox *bPtr, WMView *view); void WMSetBoxHorizontal(WMBox *box, Bool flag); -void WMSetBoxExpandsToParent(WMBox *box); +void WMSetBoxExpandsToParent(WMBox *box, int topOffs, int bottomOffs, + int leftOffs, int rightOffs); /* ....................................................................... */ -- 2.11.4.GIT