aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstsp2010-02-02 19:28:46 +0000
committerstsp2010-02-02 19:28:46 +0000
commit1617ae7c9f7259da782c0f829298490c9962ed41 (patch)
treeaf5f2779be017bc4d758e4c34cb69dba5f0a742f
parentcf907fa95c4a6c1fa13ad717089fa5d0cb099350 (diff)
downloadcwm-1617ae7c9f7259da782c0f829298490c9962ed41.tar.gz
Honour program-specified window position in size hints when placing windows.
Makes XMMS windows appear as expected. ok okan, oga
-rw-r--r--client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/client.c b/client.c
index 1c4bb5d..cc457e4 100644
--- a/client.c
+++ b/client.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: client.c,v 1.73 2010/01/27 03:04:50 okan Exp $
+ * $Id: client.c,v 1.74 2010/02/02 19:28:46 stsp Exp $
*/
#include <sys/param.h>
@@ -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