fixed bug : clock resize when date changed, number of desktop changed

git-svn-id: http://tint2.googlecode.com/svn/trunk@51 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
lorthiois@bbsoft.fr
2009-02-10 23:16:10 +00:00
parent b73b15d4be
commit 6c57698291
21 changed files with 509 additions and 361 deletions

View File

@@ -61,7 +61,7 @@ typedef struct {
int monitor;
// --------------------------------------------------
// task annd taskbar parameter per panel
// task and taskbar parameter per panel
Area g_taskbar;
Global_task g_task;
@@ -77,7 +77,10 @@ typedef struct {
// --------------------------------------------------
// systray
Systraybar systraybar;
Systraybar trayer;
// global taskbar parameter
//Area g_systraybar;
} Panel;