make the window.h interface more consistent with the rest of openbox, hide the window...
[mikachu/openbox.git] / openbox / dock.h
index 57c1f39..25e31c0 100644 (file)
@@ -47,8 +47,6 @@ struct _ObDock
 };
 
 struct _ObDockApp {
-    ObWindow obwin;
-
     gint ignore_unmaps;
 
     Window icon_win;
@@ -81,4 +79,6 @@ void dock_app_configure(ObDockApp *app, gint w, gint h);
 
 void dock_get_area(Rect *a);
 
+ObDockApp* dock_find_dockapp(Window xwin);
+
 #endif