diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2024-05-05 10:59:11 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-05-05 10:59:11 +0200 |
commit | ed85f3d22352c8e469ed1e386af3926b4d63efcd (patch) | |
tree | 2162ff552f17fdd9f6c6eba479fa1f2498f99d19 /src/session.h | |
parent | 1e866201f1ccf8fa3bb22c6f5fa723b26c86dbe1 (diff) | |
parent | 79b0987e63daff97ce9ee1dce883df13668a80c6 (diff) |
Merge remote-tracking branch 'origin/master' into obsd
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 */ |