Searched defs:gSdlInfo (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp224 static SDL_SysWMinfo gSdlInfo; variable
2157 SDL_VERSION(&gSdlInfo.version);
2158 if (!SDL_GetWMInfo(&gSdlInfo))
2169 *(Cursor*)gpDefaultCursor->wm_cursor = XCreateFontCursor(gSdlInfo.info.x11.display, XC_left_ptr);
2174 X11DRV_InitKeyboard(gSdlInfo.info.x11.display, NULL, NULL, NULL, NULL);
3005 XFreeCursor(gSdlInfo.info.x11.display, pDefaultTempX11Cursor);
3020 XFreeCursor(gSdlInfo.info.x11.display, *(Cursor *)pCustomTempWMCursor);
3495 keycode = X11DRV_KeyEvent(gSdlInfo.info.x11.display, keycode);
4740 Cursor cur = XcursorImageLoadCursor(gSdlInfo.info.x11.display, img);
4759 XFreeCursor(gSdlInfo
[all...]

Completed in 145 milliseconds