commit | b0f5a25d16c18927fb9853c667132de63483dd54 | [log] [tgz] |
---|---|---|
author | Dima Ryazanov <dima@gmail.com> | Sun May 03 19:56:37 2015 -0700 |
committer | Bryce Harrington <bryce@osg.samsung.com> | Thu May 14 20:32:02 2015 -0700 |
tree | dea4fd957c703b43fb7385f0d69aefbf7820d0f8 | |
parent | 0c944b07c451212bd287e79985a99333b8d4c368 [diff] |
xwm: Fix the window decoration hints. Enable all hints by default. This fixes the "Maximize" button in apps that don't set any hints - e.g., xclock or Firefox. (There's still a problem, though: "decorate" is sometimes treated as a boolean, sometimes as a bitmask.) Handle MWM_DECOR_ALL correctly. It looks like it's supposed to invert the values of the rest of the flags. Signed-off-by: Dima Ryazanov <dima@gmail.com> Reviewed-By: Giulio Camuffo <giuliocamuffo@gmail.com>