Make 'no miniaturizable' window property user-configurable
commit8ba6118c2e84b6b7632c05d8beb565a84bcabc6d
authorCarlos R. Mafra <crmafra@gmail.com>
Thu, 11 Aug 2011 11:17:28 +0000 (11 13:17 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Thu, 11 Aug 2011 11:30:44 +0000 (11 13:30 +0200)
treedbd235674bb3bb69e437dec9eaf749c8998e100c
parent25c67fc7ccb9921924b981a3290a33d05cdc5566
Make 'no miniaturizable' window property user-configurable

The flag to not let windows be minimized was already defined in
WM (it's called 'no_miniaturizable') and the minimize functions
respect it. However this flag can not currently be set manually.

As can be read in the NEWS file

  "NotMiniaturizable option changed to NoMiniaturizeButton"

it seems that the "non miniaturizable" property was a first-class citizen
in ancient times and probably configurable (those changes do not appear in
the old CVS history).

Let's make this property be user-configurable through the "Advanced Options"
panel.

Signed-off-by: Carlos R. Mafra <crmafra@gmail.com>
src/wdefaults.c
src/winspector.c