From c4a97053cd98160c9e0f55e2b7fb71de73616579 Mon Sep 17 00:00:00 2001 From: stsp Date: Tue, 2 Feb 2010 19:28:46 +0000 Subject: Honour program-specified window position in size hints when placing windows. Makes XMMS windows appear as expected. ok okan, oga --- client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.4.1