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:
507e7ac
)
blef
author
Dana Jansens
<danakj@orodu.net>
Mon, 25 Aug 2003 15:29:40 +0000
(15:29 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Mon, 25 Aug 2003 15:29:40 +0000
(15:29 +0000)
openbox/session.c
patch
|
blob
|
history
diff --git
a/openbox/session.c
b/openbox/session.c
index 63a8658eea61c2f4529f549c84a5d8c8d6280f12..1343c85f2012878986cd00fb7143668672de504a 100644
(file)
--- a/
openbox/session.c
+++ b/
openbox/session.c
@@
-11,8
+11,7
@@
void session_load(char *path) {}
void session_startup(int argc, char **argv) {}
void session_shutdown() {}
GList* session_state_find(ObClient *c) { return NULL; }
-gboolean session_state_cmp(ObSessionState *s, struct _ObClient *c)
-{ return FALSE; }
+gboolean session_state_cmp(ObSessionState *s, ObClient *c) { return FALSE; }
void session_state_free(ObSessionState *state) {}
#else