fixed bugs with new design (first step)

git-svn-id: http://tint2.googlecode.com/svn/trunk@18 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
lorthiois@bbsoft.fr
2008-11-08 20:23:42 +00:00
parent f327e045c6
commit b1c239db22
15 changed files with 215 additions and 220 deletions

View File

@@ -26,7 +26,6 @@ enum { LEFT=0x01, RIGHT=0x02, CENTER=0X04, TOP=0X08, BOTTOM=0x10 };
typedef struct {
// --------------------------------------------------
// always start with area
Area area;
@@ -49,7 +48,7 @@ typedef struct {
// --------------------------------------------------
// taskbar point to the first taskbar in panel.area.list. number of tasbar == nb_desktop x nb_monitor.
//Taskbar *taskbar;
Taskbar *taskbar;
int mode;
int nb_desktop;
int nb_monitor;
@@ -78,8 +77,7 @@ Panel panel;
void visual_refresh ();
void set_panel_properties (Window win);
void window_draw_panel ();
void resize_clock();
void resize_taskbar();
void visible_object();
#endif