]> 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 4a3e245622be0341366351f68017119d81d49a56..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
This page took 0.020157 seconds and 4 git commands to generate.