ephyr: explicitly zero-initialize ephyrCursorScreen

Signed-off-by: Steven Van Dorp <steven@vandorp.lu>
This commit is contained in:
Steven Van Dorp 2025-06-12 12:24:40 +02:00 committed by Enrico Weigelt
parent c5f63fa138
commit 9acf6a4b63

View File

@ -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)