]> Dogcows Code - chaz/openbox/blobdiff - openbox/propwin.c
remove trailing whitespace
[chaz/openbox] / openbox / propwin.c
index 8ef1f657373d8c0e9bdab8ccdb8b86f37187e2bd..774591d5c620fb88530719d056464dd9b56737ca 100644 (file)
@@ -1,5 +1,5 @@
 /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*-
-   
+
    propwin.c for the Openbox window manager
    Copyright (c) 2006        Mikael Magnusson
    Copyright (c) 2003-2007   Dana Jansens
@@ -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;
 
This page took 0.020742 seconds and 4 git commands to generate.