From 20ba24b7415609cbd57927c44f079bab3c911839 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 10 May 2003 22:33:24 +0000 Subject: add autohiding to the slit --- openbox/slit.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/slit.h') diff --git a/openbox/slit.h b/openbox/slit.h index d7e9efa7..ded94621 100644 --- a/openbox/slit.h +++ b/openbox/slit.h @@ -31,12 +31,14 @@ typedef enum { SlitPos_Left } SlitPosition; +extern GHashTable *slit_map; extern GHashTable *slit_app_map; void slit_startup(); void slit_shutdown(); void slit_configure_all(); +void slit_hide(Slit *self, gboolean hide); void slit_add(Window win, XWMHints *wmhints, XWindowAttributes *attrib); -- cgit v1.2.3