mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-02 12:02:30 +01:00
Code refactoring: replaced macro 'SHAPE' by 'USE_XSHAPE' 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
0d66173e1f
commit
6184c955e7
@@ -363,7 +363,7 @@
|
||||
#endif
|
||||
|
||||
/* some rules */
|
||||
#ifndef SHAPE
|
||||
#ifndef USE_XSHAPE
|
||||
#undef SHAPED_BALLOON
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user