summaryrefslogtreecommitdiff
path: root/src/session.h
diff options
context:
space:
mode:
authorOlivier Fourdan <fourdan.olivier@wanadoo.fr>2003-02-21 18:21:31 +0000
committerOlivier Fourdan <fourdan.olivier@wanadoo.fr>2003-02-21 18:21:31 +0000
commita81ff96601b9c67c2b1189203670148fe3dd2639 (patch)
tree1cf72aa953c9237276f0504b09d713ca49998b99 /src/session.h
parent62f36b2d5fcd5e07337d06321e9aff4473e9e431 (diff)
downloadxfwm4-a81ff96601b9c67c2b1189203670148fe3dd2639.tar.gz
Take the frame into account when receiving a XConfigureRequest for apps that try to manipulate the WM frame
Rearrange headers (Old svn revision: 10936)
Diffstat (limited to 'src/session.h')
-rw-r--r--src/session.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/session.h b/src/session.h
index cd6a2b931..bcdf71539 100644
--- a/src/session.h
+++ b/src/session.h
@@ -16,8 +16,8 @@
*/
-#ifndef INC_SESSION_H__
-#define INC_SESSION_H__
+#ifndef INC_SESSION_H
+#define INC_SESSION_H
#include <glib.h>
#include "client.h"
@@ -33,14 +33,14 @@ gboolean sessionSaveWindowStates(gchar *);
gboolean sessionLoadWindowStates(gchar *);
/*
-** Free allocated structure. Should be called before xfwm4 dies
+** Free allocated structure. Should be called before xfwm4 dies
*/
void sessionFreeWindowStates(void);
/*
** Search for existing client in saved session and update
-** relevant client fields if found.
+** relevant client fields if found.
*/
gboolean sessionMatchWinToSM(Client *);
-#endif /* INC_CLIENT_H__ */
+#endif /* INC_CLIENT_H */