diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-09 18:01:46 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-09 18:01:46 +0000 |
| commit | eeba44c0d42131e8d6ac1265ce38a74e86ac5ae0 (patch) | |
| tree | 800c1659db4258a77e5af7e2222f14aa64cab7b0 /openbox | |
| parent | f54bd60a004a17583cc3e1783a29c4518686dceb (diff) | |
make the debug print compile.. :|
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/propwin.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/openbox/propwin.c b/openbox/propwin.c index 8ef1f657..c20cc353 100644 --- a/openbox/propwin.c +++ b/openbox/propwin.c @@ -19,6 +19,8 @@ #include "propwin.h" #include "openbox.h" +#include "client.h" +#include "debug.h" typedef struct _ObPropWin ObPropWin; typedef struct _ObPropWinData ObPropWinData; @@ -57,7 +59,7 @@ void propwin_shutdown(gboolean reconfig) g_assert(g_hash_table_size(propwin_map) == 0); } -void propwin_add(Window win, ObPropWinType type, struct _ObClient *client) +void propwin_add(Window win, ObPropWinType type, ObClient *client) { ObPropWin *p; @@ -84,7 +86,7 @@ void propwin_add(Window win, ObPropWinType type, struct _ObClient *client) p->data[type].clients = g_slist_prepend(p->data[type].clients, client); } -void propwin_remove(Window win, ObPropWinType type, struct _ObClient *client) +void propwin_remove(Window win, ObPropWinType type, ObClient *client) { ObPropWin *p; |
