X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fdock.c;h=990c8208406b7f2838051bb2ea01e8a4786fe663;hb=77baf26a7f2f64ddf1274035fd4991ab17345904;hp=e8c6e630f4572f4a44c4552fac3833413d0035fa;hpb=e5a797f10d61e33f5d02c2d276f615ea3a00793f;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; - } + } } }