- Timestamp:
- Jan 25, 2023 8:24:47 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
r98246 r98301 236 236 static Cursor gpDefaultOrigX11Cursor; 237 237 #endif 238 static SDL_Cursor *gpCustomCursor = NULL;238 static SDL_Cursor *gpCustomCursor = 0; 239 239 #ifndef VBOX_WITH_SDL2 240 240 static WMcursor *gpCustomOrigWMcursor = NULL; 241 241 #endif 242 242 static SDL_Cursor *gpOffCursor = NULL; 243 static SDL_TimerID gSdlResizeTimer = NULL;244 static SDL_TimerID gSdlQuitTimer = NULL;243 static SDL_TimerID gSdlResizeTimer = 0; 244 static SDL_TimerID gSdlQuitTimer = 0; 245 245 246 246 #if defined(VBOXSDL_WITH_X11) && !defined(VBOX_WITH_SDL2) … … 5003 5003 BOOL fHandled = FALSE; 5004 5004 5005 gSdlQuitTimer = NULL;5005 gSdlQuitTimer = 0; 5006 5006 if (gpConsole) 5007 5007 {
Note:
See TracChangeset
for help on using the changeset viewer.