Quoting message written on Monday 2014-12-08 22:42:39:
> The goal is to explain the reason why we don't do anything about them,
> so people looking at the code in the future will know why it is this
> way. The expected side effect is also to silent warnings
> [-Wunused-macros] from gcc.

[...]
> @@ -101,10 +109,26 @@ static void setupMWMHints(WWindow *wwin, MWMHints
> *mwm_hints) WSETUFLAG(wwin, no_closable, 0);
>               }
> 
> +             if (mwm_hints->decorations * MWM_DECOR_MENU) {
> +                     /*
> +                      * WindowMaker does not include a button to 
display the menu
> +                      * for windows, this is done using right button on 
the title.
> +                      * As a consequence, we ignore this flag because 
we have
> +                      * nothing to hide.
> +                      */
> +             }
> +

Maybe it would be better if "the right button" is changed to
"the right mouse button" or "the right click". Otherwise it looks
like a reference to a button placed on the right side of the title bar.


Regards

-- 
Josip Deanovic

Reply via email to