X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fresist.c;h=dc5e343c03b6cfa64b35bcf70af348e512dfcabb;hb=fa0ae17adbc8f73b707c33836d37841e81b9303a;hp=62c2b293f0b9fe1879df403e0c5db067c24c15ca;hpb=9ee03ecd279e8f1c3ad56ec8c71f597eb1a588c3;p=chaz%2Fopenbox diff --git a/openbox/resist.c b/openbox/resist.c index 62c2b293..dc5e343c 100644 --- a/openbox/resist.c +++ b/openbox/resist.c @@ -17,13 +17,13 @@ See the COPYING file for a copy of the GNU General Public License. */ +#include "resist.h" #include "client.h" #include "frame.h" #include "stacking.h" #include "screen.h" #include "dock.h" #include "config.h" -#include "parser/parse.h" #include @@ -328,7 +328,6 @@ void resist_size_monitors(ObClient *c, gint resist, gint *w, gint *h, Rect *area, *parea; gint al, at, ar, ab; /* screen boundaries */ gint pl, pt, pr, pb; /* physical screen boundaries */ - gint incw, inch; guint i; Rect desired_area; @@ -339,9 +338,6 @@ void resist_size_monitors(ObClient *c, gint resist, gint *w, gint *h, t = RECT_TOP(c->frame->area); b = RECT_BOTTOM(c->frame->area); - incw = c->size_inc.width; - inch = c->size_inc.height; - RECT_SET(desired_area, c->area.x, c->area.y, *w, *h); for (i = 0; i < screen_num_monitors; ++i) {