]> Dogcows Code - chaz/openbox/commitdiff
80 cols
authorDana Jansens <danakj@orodu.net>
Fri, 12 Sep 2003 01:39:21 +0000 (01:39 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 12 Sep 2003 01:39:21 +0000 (01:39 +0000)
openbox/popup.c

index 40757b5b700d645212982989a53b36e41dce1c3e..e7d455a01a35df3c0f5a5c1edd11787dd8020dbb 100644 (file)
@@ -167,7 +167,8 @@ void popup_show(Popup *self, gchar *text, ObClientIcon *icon)
         textw = w - (l+r + iconw + ob_rr_theme->padding *
                      (self->hasicon ? 3 : 2));
     } else
-        w = l+r + textw + iconw + ob_rr_theme->padding * (self->hasicon ? 3 : 2);
+        w = l+r + textw + iconw + ob_rr_theme->padding *
+            (self->hasicon ? 3 : 2);
     /* sanity checks to avoid crashes! */
     if (w < 1) w = 1;
     if (h < 1) h = 1;
This page took 0.02519 seconds and 4 git commands to generate.