diff --git a/client.c b/client.c index 7c569b7..46f9323 100644 --- a/client.c +++ b/client.c @@ -627,7 +627,7 @@ client_placecalc(struct client_ctx *cc) struct screen_ctx *sc = cc->sc; int xslack, yslack; - if (cc->size->flags & USPosition) { + if (cc->size->flags & (USPosition|PPosition)) { /* * Ignore XINERAMA screens, just make sure it's somewhere * in the virtual desktop. else it stops people putting xterms