summaryrefslogtreecommitdiff
path: root/src/resize.h
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-11-23 05:48:34 -0500
committerThomas E. Dickey <dickey@his.com>2019-11-23 10:54:00 +0000
commitf973b774e8b1732afbe5a41543a2c7d556845c5d (patch)
treea8ca8e8c68bcd19b7ff62fca1409fdb5be55c287 /src/resize.h
parente2a533d16e047af1c5db19aa9340414b33061d2d (diff)
Formatted most of the C files using "twm-indent", part of cindent at
https://invisible-island.net/cindent/ That is essentially a script which adds typedefs to the x-indent.sh script. No object-code changed in this reformatting. Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'src/resize.h')
-rw-r--r--src/resize.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/resize.h b/src/resize.h
index e227ed6..5eb729e 100644
--- a/src/resize.h
+++ b/src/resize.h
@@ -49,7 +49,6 @@ in this Software without prior written authorization from The Open Group.
/** OR PERFORMANCE OF THIS SOFTWARE. **/
/*****************************************************************************/
-
/**********************************************************************
*
* resize function externs
@@ -61,18 +60,19 @@ in this Software without prior written authorization from The Open Group.
#ifndef _RESIZE_
#define _RESIZE_
-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 );
-extern void DoResize ( int x_root, int y_root, TwmWindow *tmp_win );
-extern void EndResize ( void );
-extern void fullzoom ( TwmWindow *tmp_win, int flag );
-extern void MenuDoResize ( int x_root, int y_root, TwmWindow *tmp_win );
-extern void MenuEndResize ( TwmWindow *tmp_win );
-extern void MenuStartResize ( TwmWindow *tmp_win, int x, int y, int w, int h );
-extern void SetFrameShape ( TwmWindow *tmp );
-extern void SetupFrame ( TwmWindow *tmp_win, int x, int y, int w, int h, int bw, Bool sendEvent );
-extern void SetupWindow ( TwmWindow *tmp_win, int x, int y, int w, int h, int bw );
-extern void StartResize ( XEvent *evp, TwmWindow *tmp_win, Bool fromtitlebar );
+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);
+extern void DoResize(int x_root, int y_root, TwmWindow *tmp_win);
+extern void EndResize(void);
+extern void fullzoom(TwmWindow *tmp_win, int flag);
+extern void MenuDoResize(int x_root, int y_root, TwmWindow *tmp_win);
+extern void MenuEndResize(TwmWindow *tmp_win);
+extern void MenuStartResize(TwmWindow *tmp_win, int x, int y, int w, int h);
+extern void SetFrameShape(TwmWindow *tmp);
+extern void SetupFrame(TwmWindow *tmp_win, int x, int y, int w, int h, int bw,
+ Bool sendEvent);
+extern void SetupWindow(TwmWindow *tmp_win, int x, int y, int w, int h, int bw);
+extern void StartResize(XEvent *evp, TwmWindow *tmp_win, Bool fromtitlebar);
-#endif /* _RESIZE_ */
+#endif /* _RESIZE_ */