diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-05-10 22:33:24 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-05-10 22:33:24 +0000 |
| commit | 20ba24b7415609cbd57927c44f079bab3c911839 (patch) | |
| tree | be0a6130dac9a618b021c970bf589ca2b6856799 /openbox/slit.h | |
| parent | 4e88712158d5019e09907a5f3ff4b78174712daf (diff) | |
add autohiding to the slit
Diffstat (limited to 'openbox/slit.h')
| -rw-r--r-- | openbox/slit.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |
