]> Dogcows Code - chaz/openbox/blobdiff - openbox/dock.h
1) translate all of openbox's output
[chaz/openbox] / openbox / dock.h
index aa18da8426c9b17f6c1f58aecfcf7154f0b90724..051747c3f163789553c4beafc7e21098148de12b 100644 (file)
@@ -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-2007   Dana 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);
This page took 0.025717 seconds and 4 git commands to generate.