From: Dana Jansens Date: Mon, 25 Aug 2003 15:29:40 +0000 (+0000) Subject: blef X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=8251308845d2f8cf304127b934f4e5aa759c459d;p=chaz%2Fopenbox blef --- 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