ephyr: explicitly zero-initialize ephyrCursorScreen
Signed-off-by: Steven Van Dorp <steven@vandorp.lu>
This commit is contained in:
parent
c5f63fa138
commit
9acf6a4b63
|
@ -820,7 +820,7 @@ ephyrCrossScreen(ScreenPtr pScreen, Bool entering)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
ScreenPtr ephyrCursorScreen; /* screen containing the cursor */
|
ScreenPtr ephyrCursorScreen = NULL; /* screen containing the cursor */
|
||||||
|
|
||||||
static void
|
static void
|
||||||
ephyrWarpCursor(DeviceIntPtr pDev, ScreenPtr pScreen, int x, int y)
|
ephyrWarpCursor(DeviceIntPtr pDev, ScreenPtr pScreen, int x, int y)
|
||||||
|
|
Loading…
Reference in New Issue