]> icculus.org git repositories - mikachu/openbox.git/commit
If a window is maximized and has FUNC_MAXIMIZE disabled, still let it unmaximize...
authorDana Jansens <danakj@orodu.net>
Thu, 28 Feb 2008 15:00:29 +0000 (10:00 -0500)
committerDana Jansens <danakj@orodu.net>
Thu, 28 Feb 2008 17:31:36 +0000 (12:31 -0500)
commita4a1a667fc341b1fb2c420b6b699a9074fefbdad
treec53d46e7364ae9d7849fb854d4aef018828dbeac
parent7a6485e4bb4ceb88f6279d4bce054c1aa30d45dd
If a window is maximized and has FUNC_MAXIMIZE disabled, still let it unmaximize.  When normal hints change and we reconfigure, the w/h of the window may not have changed - rather the minw/maxh etc may have changed.  So in client_try_configure always run through the code that checks them to see if the client should be resized or whatever.
openbox/client.c