mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
Only disable functions if MWM_FUNC_ALL _is_ set, not when it isn't.
2002-02-12 Anders Carlsson <andersca@gnu.org> * src/window.c (update_mwm_hints): Only disable functions if MWM_FUNC_ALL _is_ set, not when it isn't.
This commit is contained in:
parent
a9b7683110
commit
1b0100792f
@ -1,3 +1,8 @@
|
||||
2002-02-12 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* src/window.c (update_mwm_hints): Only disable functions if
|
||||
MWM_FUNC_ALL _is_ set, not when it isn't.
|
||||
|
||||
2002-02-11 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* src/theme.c (meta_frame_layout_new): Set title_scale to 1.0
|
||||
|
@ -3784,7 +3784,7 @@ update_mwm_hints (MetaWindow *window)
|
||||
* at least, I think so
|
||||
*/
|
||||
|
||||
if ((hints->flags & MWM_FUNC_ALL) == 0)
|
||||
if ((hints->flags & MWM_FUNC_ALL) != 0)
|
||||
{
|
||||
toggle_value = TRUE;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user