]> Dogcows Code - chaz/openbox/blobdiff - openbox/moveresize.c
Center the moveresize popup even when shaded.
[chaz/openbox] / openbox / moveresize.c
index c023340ecfbad2ef1496fcdca1fd119bc392b98e..333144bc10b818bfc0a44a68cb4be0bd48c82626 100644 (file)
@@ -108,10 +108,8 @@ static void popup_coords(ObClient *c, const gchar *format, gint a, gint b)
                        c->frame->area.y - ob_rr_theme->fbwidth);
     else if (config_resize_popup_pos == OB_RESIZE_POS_CENTER)
         popup_position(popup, CenterGravity,
-                       c->frame->area.x + c->frame->size.left +
-                       c->area.width / 2,
-                       c->frame->area.y + c->frame->size.top +
-                       c->area.height / 2);
+                       c->frame->area.x + c->frame->area.width / 2,
+                       c->frame->area.y + c->frame->area.height / 2);
     else /* Fixed */ {
         Rect *area = screen_physical_area_active();
         gint gravity, x, y;
This page took 0.020131 seconds and 4 git commands to generate.