diff options
Diffstat (limited to 'src/session.h')
-rw-r--r-- | src/session.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/session.h b/src/session.h index c574a45..df91469 100644 --- a/src/session.h +++ b/src/session.h @@ -23,14 +23,14 @@ * dealings in this Software without prior written authorization from the * XFree86 Project. */ -#ifndef _SESSION_H -#define _SESSION_H +#ifndef SESSION_H +#define SESSION_H #include "twm.h" #include <X11/SM/SMlib.h> -extern void ConnectToSessionManager(char *previous_id); +extern void ConnectToSessionManager(char *previous_id, XtAppContext appContext); extern int GetWindowConfig(TwmWindow *theWindow, short *x, short *y, unsigned short *width, unsigned short *height, Bool *iconified, Bool *icon_info_present, @@ -41,4 +41,4 @@ extern void ReadWinConfigFile(char *filename); extern SmcConn smcConn; -#endif +#endif /* SESSION_H */ |