diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-25 15:29:40 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-25 15:29:40 +0000 |
| commit | 8251308845d2f8cf304127b934f4e5aa759c459d (patch) | |
| tree | f6e4a863678cbfc2843c25ca5b371b5b53a96eef /openbox/session.c | |
| parent | 507e7ac875d40913933f4e32192cdd62b60a0c8a (diff) | |
blef
Diffstat (limited to 'openbox/session.c')
| -rw-r--r-- | openbox/session.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openbox/session.c b/openbox/session.c index 63a8658e..1343c85f 100644 --- 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 |
