From 29637976e6aecf45bae84ba9ce3ecb26635012f7 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 20 Jan 2008 02:56:12 -0500 Subject: make the window.h interface more consistent with the rest of openbox, hide the window_map behind some functions, and make obdockapps not obwindows anymore --- openbox/dock.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbox/dock.h') diff --git a/openbox/dock.h b/openbox/dock.h index 57c1f393..25e31c0b 100644 --- a/openbox/dock.h +++ b/openbox/dock.h @@ -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 -- cgit v1.2.3