add comment

git-svn-id: http://tint2.googlecode.com/svn/trunk@545 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
thilor77
2010-09-16 23:24:25 +00:00
parent 906ee82dbf
commit aabe6b11b9
14 changed files with 115 additions and 112 deletions

View File

@@ -149,7 +149,7 @@ void cleanup_launcher()
launcher_enabled = 0;
}
void resize_launcher(void *obj)
int resize_launcher(void *obj)
{
Launcher *launcher = obj;
Panel *panel = launcher->area.panel;
@@ -274,9 +274,7 @@ void resize_launcher(void *obj)
}
}
}
// resize force the redraw
launcher->area.redraw = 1;
return 1;
}