summaryrefslogtreecommitdiff
path: root/openbox/dock.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-01-20 02:56:12 -0500
committerDana Jansens <danakj@orodu.net>2008-01-31 12:25:30 -0500
commit29637976e6aecf45bae84ba9ce3ecb26635012f7 (patch)
treee1fc7cf42223214e6465f9f0d96dc645bb30cf70 /openbox/dock.h
parentea481338b5f16fd81a7b33e036ead39b918a51af (diff)
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
Diffstat (limited to 'openbox/dock.h')
-rw-r--r--openbox/dock.h4
1 files changed, 2 insertions, 2 deletions
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