X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Fdock.c;h=990c8208406b7f2838051bb2ea01e8a4786fe663;hb=fe825d1dd274ca1fdafdca333df6d6689ec039c6;hp=e8c6e630f4572f4a44c4552fac3833413d0035fa;hpb=95c58160c16e6d68ede77defebda75ed056623e4;p=chaz%2Fopenbox diff --git a/openbox/dock.c b/openbox/dock.c index e8c6e630..990c8208 100644 --- a/openbox/dock.c +++ b/openbox/dock.c @@ -138,12 +138,12 @@ void dock_add(Window win, XWMHints *wmhints) if (data[1]) app->class = g_strdup(data[1]); } - g_strfreev(data); + g_strfreev(data); } if (app->name == NULL) app->name = g_strdup(""); if (app->class == NULL) app->class = g_strdup(""); - + if (XGetWindowAttributes(ob_display, app->icon_win, &attrib)) { app->w = attrib.width; app->h = attrib.height; @@ -405,7 +405,7 @@ void dock_configure() break; } break; - } + } } }