mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 22:28:02 +01:00
Code refactoring: replaced macro 'XINERAMA' by 'USE_XINERAMA' 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
1292b5a0cc
commit
e106d88a42
@@ -1304,7 +1304,7 @@ void wShowInfoPanel(WScreen *scr)
|
||||
strbuf = wstrappend(strbuf, ", MWM");
|
||||
#endif
|
||||
|
||||
#ifdef XINERAMA
|
||||
#ifdef USE_XINERAMA
|
||||
strbuf = wstrappend(strbuf, _("\n"));
|
||||
#ifdef SOLARIS_XINERAMA
|
||||
strbuf = wstrappend(strbuf, _("Solaris "));
|
||||
|
||||
Reference in New Issue
Block a user