X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftint2;a=blobdiff_plain;f=src%2Fpanel.c;h=f5eaf9a16277bf299ba98dab0e05e2120544defc;hp=c388c4459c24d539d33205601eeb51431c93f058;hb=2fe8ce00afa75977d3fd394481b19deaf3d102a5;hpb=b1cdb484a3b06d20e0b9b14ae0c98721ad3fead0 diff --git a/src/panel.c b/src/panel.c index c388c44..f5eaf9a 100644 --- a/src/panel.c +++ b/src/panel.c @@ -304,7 +304,7 @@ void init_panel_size_and_position(Panel *panel) int resize_panel(void *obj) { - int ret = resize_by_layout(obj); + resize_by_layout(obj, 0); //printf("resize_panel\n"); if (panel_mode != MULTI_DESKTOP) { @@ -319,7 +319,7 @@ int resize_panel(void *obj) panel->taskbar[i].area.resize = 1; } } - return ret; + return 0; }