X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fdock.h;h=b2ded2d2191c2dff78b5f50efb7e91e4d32e7cf5;hb=4c672be2e1f39e72eb7d7e99f129e61338f481b2;hp=aa18da8426c9b17f6c1f58aecfcf7154f0b90724;hpb=d206303a9f0742ff330aebe8129d6044ade30a94;p=chaz%2Fopenbox diff --git a/openbox/dock.h b/openbox/dock.h index aa18da84..b2ded2d2 100644 --- a/openbox/dock.h +++ b/openbox/dock.h @@ -1,7 +1,24 @@ +/* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- + + dock.h for the Openbox window manager + Copyright (c) 2003 Ben Jansens + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + See the COPYING file for a copy of the GNU General Public License. +*/ + #ifndef __dock_h #define __dock_h -#include "timer.h" #include "window.h" #include "stacking.h" #include "geom.h" @@ -28,7 +45,6 @@ struct _ObDock gint h; gboolean hidden; - Timer *hide_timer; GList *dock_apps; }; @@ -50,10 +66,10 @@ struct _ObDockApp { gint h; }; -extern Strut dock_strut; +extern StrutPartial dock_strut; -void dock_startup(); -void dock_shutdown(); +void dock_startup(gboolean reconfig); +void dock_shutdown(gboolean reconfig); void dock_configure(); void dock_hide(gboolean hide);