Introduction
Introduction Statistics Contact Development Disclaimer Help
tapply resize hints in floating layout - dwm - [fork] customized build of dwm, …
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit f68a01cd767659190bf690e29986184348672647
parent 2b625eb73ed48ce671e497c60b61f4411c50c817
Author: Connor Lane Smith <[email protected]>
Date: Tue, 25 Oct 2011 20:08:08 +0100
apply resize hints in floating layout
Diffstat:
M dwm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/dwm.c b/dwm.c
t@@ -349,7 +349,7 @@ applysizehints(Client *c, int *x, int *y, int *w, int *h, …
*h = bh;
if(*w < bh)
*w = bh;
- if(resizehints || c->isfloating) {
+ if(resizehints || c->isfloating || !c->mon->lt[c->mon->sellt]->arrange…
/* see last two sentences in ICCCM 4.1.2.3 */
baseismin = c->basew == c->minw && c->baseh == c->minh;
if(!baseismin) { /* temporarily remove base dimensions */
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.