Xext: rename two shadowing variables
authorPeter Hutterer <peter.hutterer@who-t.net>
Thu, 14 Feb 2013 00:13:53 +0000 (10:13 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Fri, 15 Feb 2013 01:58:30 +0000 (11:58 +1000)
commit63d00c6b146d7f5fb80f20f19066088059042a5e
tree47c19fbe9781ec03f889325b152199e9d946e445
parent8bbea9f48f43e54c55c8b60ea36bda3134a86af2
Xext: rename two shadowing variables

panoramiX.c: In function 'PanoramiXCreateConnectionBlock':
panoramiX.c:599:10: warning: declaration of 'disableBackingStore' shadows a
global declaration [-Wshadow]
In file included from ../include/windowstr.h:60:0,
                 from panoramiX.c:47:
../include/opaque.h:56:52: warning: shadowed declaration is here [-Wshadow]

panoramiX.c: In function 'PanoramiXConsolidate':
panoramiX.c:834:19: warning: declaration of 'pScreen' shadows a previous
local [-Wshadow]
panoramiX.c:813:15: warning: shadowed declaration is here [-Wshadow]

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
Xext/panoramiX.c