fix a copy/paste bug in placing the move&resize popup

This commit is contained in:
Dana Jansens 2008-01-12 13:31:46 -05:00
parent 669c7655be
commit 32c3a97f2e

View file

@ -126,7 +126,7 @@ static void popup_coords(ObClient *c, const gchar *format, gint a, gint b)
y = config_resize_popup_fixed.y.pos;
if (config_resize_popup_fixed.y.center)
y = area->y + area->width/2;
y = area->y + area->height/2;
else if (config_resize_popup_fixed.y.opposite)
y = RECT_RIGHT(*area) - y;
else