X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fresist.c;fp=openbox%2Fresist.c;h=91eabcb08b49c8fd039b58ae3c815cf71b6e3dcd;hb=a4b2e3a86ed7d9a530b8fa2c7711e8fbe24be399;hp=f21eb8e682e3c8eb63c7453f4ec41c472e9f4d36;hpb=8ada991d829671ab5e6dd4c5526b6a0238ba6a16;p=chaz%2Fopenbox diff --git a/openbox/resist.c b/openbox/resist.c index f21eb8e6..91eabcb0 100644 --- a/openbox/resist.c +++ b/openbox/resist.c @@ -162,7 +162,8 @@ void resist_move_monitors(ObClient *c, gint resist, gint *x, gint *y) cr = RECT_RIGHT(c->frame->area); cb = RECT_BOTTOM(c->frame->area); - RECT_SET(desired_area, *x, *y, c->area.width, c->area.height); + RECT_SET(desired_area, c->frame->area.x, c->frame->area.y, + c->frame->area.width, c->frame->area.height); for (i = 0; i < screen_num_monitors; ++i) { parea = screen_physical_area_monitor(i);