diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-11-23 05:48:34 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@his.com> | 2019-11-23 10:54:00 +0000 |
commit | f973b774e8b1732afbe5a41543a2c7d556845c5d (patch) | |
tree | a8ca8e8c68bcd19b7ff62fca1409fdb5be55c287 /src/session.h | |
parent | e2a533d16e047af1c5db19aa9340414b33061d2d (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/session.h')
-rw-r--r-- | src/session.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/session.h b/src/session.h index 05b51fe..3b93fb7 100644 --- a/src/session.h +++ b/src/session.h @@ -27,9 +27,14 @@ #define _SESSION_H #include <X11/SM/SMlib.h> -extern void ConnectToSessionManager ( char *previous_id ); -extern int GetWindowConfig ( TwmWindow *theWindow, short *x, short *y, unsigned short *width, unsigned short *height, Bool *iconified, Bool *icon_info_present, short *icon_x, short *icon_y, Bool *width_ever_changed_by_user, Bool *height_ever_changed_by_user ); -extern void ReadWinConfigFile ( char *filename ); +extern void ConnectToSessionManager(char *previous_id); +extern int GetWindowConfig(TwmWindow *theWindow, short *x, short *y, + unsigned short *width, unsigned short *height, + Bool *iconified, Bool *icon_info_present, + short *icon_x, short *icon_y, + Bool *width_ever_changed_by_user, + Bool *height_ever_changed_by_user); +extern void ReadWinConfigFile(char *filename); extern SmcConn smcConn; |