X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fpanel.c;h=5ca3afc764891222127a47ea33dae3f5fb9bc634;hb=4c60717430896e520cf7255dbc9874a7990dd531;hp=662c6c5d1f5406e85ce4fafaf5d1efe7e9dc263a;hpb=5b512dac5fd1ac69cbd15e995442391cc0a984fc;p=chaz%2Ftint2 diff --git a/src/panel.c b/src/panel.c index 662c6c5..5ca3afc 100644 --- a/src/panel.c +++ b/src/panel.c @@ -303,6 +303,7 @@ void init_panel_size_and_position(Panel *panel) void resize_panel(void *obj) { Panel *panel = (Panel*)obj; +//printf("resize_panel : taskbar\n"); if (panel_horizontal) { int taskbar_width, modulo_width = 0;