1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-22 05:48:01 +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:
Christophe CURIS
2015-04-06 17:58:10 +02:00
committed by Carlos R. Mafra
parent 30fe0fb05f
commit 1cef020eb3
4 changed files with 7 additions and 7 deletions

View File

@@ -21,7 +21,7 @@
#include "wconfig.h"
#ifdef MWM_HINTS
#ifdef USE_MWM_HINTS
#include <X11/Xlib.h>
#include <X11/Xutil.h>
@@ -201,4 +201,4 @@ void wMWMCheckClientHints(WWindow *wwin)
setupMWMHints(wwin, &hints);
}
#endif /* MWM_HINTS */
#endif /* USE_MWM_HINTS */