mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00: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:

committed by
Anders Carlsson

parent
a9b7683110
commit
1b0100792f
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user