mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-26 08:22:37 +01:00
Code refactoring: replaced macro 'MWM_HINTS' by 'USE_MWM_HINTS' for consistency
The usual way to define a macro in is to name macro with 'USE_xxx' when they are used to enable a feature 'xxx'. Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
committed by
Carlos R. Mafra
parent
30fe0fb05f
commit
1cef020eb3
@@ -1312,7 +1312,7 @@ void wShowInfoPanel(WScreen *scr)
|
||||
strbuf = wstrappend(strbuf, _("\nAdditional support for: "));
|
||||
strbuf = wstrappend(strbuf, "WMSPEC");
|
||||
|
||||
#ifdef MWM_HINTS
|
||||
#ifdef USE_MWM_HINTS
|
||||
strbuf = wstrappend(strbuf, ", MWM");
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user