Hi,

Alessandro Sangiuliano wrote:
Today I tried for the first time the compositing window manager Mutter. In the console it noticed some warning using SystemPreferences:

Window manager warning: Window 0x800034 (System Preferences) sets an MWM hint indicating it isn't resizable, but sets min size 1 x 1 and max size 2147483647 x 2147483647; this doesn't make much sense.

I reported here this information because I don't know if it could be a nice information, or a possible bug fix, or just a possible improvement.

SystemPreferences windows is set up in the Gorm file as follows:
Minimum size: 1x1
Maximum size: 10000x10000
Resize bar: yes

However, inside the code a new window is allocated, which has not the resize window set, is just inited with the contentRect and then the contents view are swapped.

This is a curious method of proceeding and I wonder why it was done this way? WHy not just use the Gorm window?

I will try to use the standard window and see what happens, but if somebody has an idea of the reson of this hybrid way of making a window...

Riccardo

_______________________________________________
Discuss-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to