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:
Christophe CURIS
2013-12-30 18:11:06 +00:00
committed by Carlos R. Mafra
parent 1292b5a0cc
commit e106d88a42
5 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -611,7 +611,7 @@ if test "$xinerama" = yes; then
fi
if test "$xine" = 1; then
AC_DEFINE(XINERAMA, 1,
AC_DEFINE(USE_XINERAMA, 1,
[define if you want support for the XINERAMA extension (set by configure)])
fi
fi