Displaying 1 result from an estimated 1 matches for "pbasesize".
Did you mean:
basesize
2007 May 15
1
[PATCH] Window base size calculation problem
Hi,
I just noticed that Compiz' window base size calculation in the function
recalcNormalHints() is broken. If both PMinSize and PBaseSize are set,
the base size is overwritten by the minimum size first and after that
the minimum size is overwritten by the base size again. This leads to
the base size information being completely lost.
I have attached a patch which fixes this problem, however, I do not yet
fully understand the idea beh...