projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5101e89
)
compile fixes
author
Dana Jansens
<danakj@orodu.net>
Fri, 1 Aug 2003 02:57:11 +0000
(
02:57
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 1 Aug 2003 02:57:11 +0000
(
02:57
+0000)
openbox/session.c
patch
|
blob
|
history
diff --git
a/openbox/session.c
b/openbox/session.c
index 2ad31ee613b09027809ea00f3f614fb6acc19426..f6314dd2d62462ae8637f586f7432ae2ace558e8 100644
(file)
--- a/
openbox/session.c
+++ b/
openbox/session.c
@@
-2,10
+2,13
@@
#ifndef USE_SM
+#include "session.h"
+#include "client.h"
+
void session_load(char *path) {}
void session_startup(int argc, char **argv) {}
void session_shutdown() {}
-ObSessionState* session_state_find(
struct _
ObClient *c) { return NULL; }
+ObSessionState* session_state_find(ObClient *c) { return NULL; }
void session_state_free(ObSessionState *state) {}
#else