]> Dogcows Code - chaz/tint2/blobdiff - src/panel.h
add another padding parameter in config file, update documentation and sample config...
[chaz/tint2] / src / panel.h
index 54a74e9792c356c820d20684d869bbbe446112c9..79fb625e38a5312ee5b44c6ae7995af6877c2e9a 100644 (file)
@@ -1,8 +1,10 @@
 /**************************************************************************
-* panel : 
+* Copyright (C) 2008 Pål Staurland (staura@gmail.com)
+* Modified (C) 2008/2009 thierry lorthiois (lorthiois@bbsoft.fr)
+*
+* panel :
 * - draw panel and all objects according to panel_layout
-* 
-* Check COPYING file for Copyright
+*
 *
 **************************************************************************/
 
@@ -16,6 +18,7 @@
 #include "clock.h"
 #include "task.h"
 #include "taskbar.h"
+#include "systraybar.h"
 
 
 //panel mode
@@ -54,13 +57,14 @@ typedef struct {
    int nb_monitor;
    Task *task_active;
    Task *task_drag;
-   
+
    // --------------------------------------------------
    // clock
    Clock clock;
 
    // --------------------------------------------------
    // systray
+   Systraybar systraybar;
 
    // --------------------------------------------------
    // mouse events
@@ -78,6 +82,6 @@ void visual_refresh ();
 void set_panel_properties (Window win);
 void window_draw_panel ();
 void visible_object();
-
+void set_panel_background();
 
 #endif
This page took 0.024878 seconds and 4 git commands to generate.