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:
Anders Carlsson
2002-02-12 00:31:26 +00:00
committed by Anders Carlsson
parent a9b7683110
commit 1b0100792f
2 changed files with 6 additions and 1 deletions

View File

@ -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;