On 8/7/08, Donald Chai <[EMAIL PROTECTED]> wrote: > I have "tile" set the height of A *precisely* to wh (A->h = wh). > Resize hints are used for the width (A->w = A->basew + n*A->incw for > some n such that |A->w - mfact*ww| < A->incw). For B and C, the width > is set precisely (B->w = ww - A->w), and resize hints are used for > the height. > > So I believe there is something between all or nothing (i.e. > "something" :)), which is to follow resize hints for one dimension > only. I was just wondering why others would prefer one setting over > another. >
actually resizehint shouldn't matter at all. if you need it then that's a bug in your application. adding anything more than a global flag for this is superfluous.
