diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-25 15:29:18 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-25 15:29:18 +0000 |
| commit | 507e7ac875d40913933f4e32192cdd62b60a0c8a (patch) | |
| tree | 4e5950aabd8a5d13d18f2f76d79af920f3c71862 | |
| parent | 1a94524b084ccf7026e03f325d86bd6058ff99b1 (diff) | |
type change
| -rw-r--r-- | openbox/session.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/session.c b/openbox/session.c index ed49d150..63a8658e 100644 --- a/openbox/session.c +++ b/openbox/session.c @@ -10,7 +10,7 @@ GList *session_saved_state; void session_load(char *path) {} void session_startup(int argc, char **argv) {} void session_shutdown() {} -ObSessionState* session_state_find(ObClient *c) { return NULL; } +GList* session_state_find(ObClient *c) { return NULL; } gboolean session_state_cmp(ObSessionState *s, struct _ObClient *c) { return FALSE; } void session_state_free(ObSessionState *state) {} |
