Re: Standardizing ConfigureRequest vs. size_inc hints



Btw. 

another interesting use case for these width-for-height geometry managment 
issues are
panel-like apps which are basically non-resizable, but allow for 
horizontal/vertical orientation.

With the current size hints, there is no way to specify this. With 
_NET_WM_NORMAL_HINTS,
you could do it simply by specifying two WM_NORMAL_HINTS structs, the 
first
having 

min_width=w
min_height=h
max_width=w 
max_height=h

the second having 

min_width=h
min_height=w
max_width=h
max_height=w


Matthias




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]