mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-31 02:52:30 +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
@@ -37,7 +37,7 @@
|
||||
#define ANIMATIONS
|
||||
|
||||
/* support for Motif window manager (mwm) window hints */
|
||||
#define MWM_HINTS
|
||||
#define USE_MWM_HINTS
|
||||
|
||||
/*
|
||||
* Undefine BALLOON_TEXT if you don't want balloons for showing extra
|
||||
|
||||
Reference in New Issue
Block a user