moved initial values in function default_xxx

git-svn-id: http://tint2.googlecode.com/svn/trunk@423 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
thilor77
2010-04-18 12:07:36 +00:00
parent a94d75d393
commit c298a39d00
21 changed files with 243 additions and 225 deletions

View File

@@ -288,6 +288,7 @@ void cleanup_panel()
{
if (!panel1) return;
printf("*** cleanup_panel()\n");
task_active = 0;
task_drag = 0;
@@ -568,7 +569,7 @@ void set_panel_background(Panel *p)
else if (!panel_horizontal && panel_position & RIGHT)
xoff = p->area.width-p->hidden_width;
if (real_transparency) {
if (server.real_transparency) {
clear_pixmap(p->area.pix, 0, 0, p->area.width, p->area.height);
}
else {