mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
Fixed expression checking whether flag is set.
This commit is contained in:
committed by
Carlos R. Mafra
parent
a12f0d453a
commit
a7baed6cf7
@@ -105,7 +105,7 @@ static void setupMWMHints(WWindow *wwin, MWMHints *mwm_hints)
|
|||||||
wwin->client_flags.no_closable = 0;
|
wwin->client_flags.no_closable = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mwm_hints->decorations * MWM_DECOR_MENU) {
|
if (mwm_hints->decorations & MWM_DECOR_MENU) {
|
||||||
/*
|
/*
|
||||||
* WindowMaker does not include a button to display the menu
|
* WindowMaker does not include a button to display the menu
|
||||||
* for windows, this is done using right mouse button on the
|
* for windows, this is done using right mouse button on the
|
||||||
|
|||||||
Reference in New Issue
Block a user