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

/vbox/src/VBox/Frontends/VBoxSDL/
H A DFramebuffer.cpp96 * @param fResizable flag whether the SDL window should be resizable
104 bool fFullscreen, bool fResizable, bool fShowSDLConfig,
124 mfResizable = fResizable;
103 init(uint32_t uScreenId, bool fFullscreen, bool fResizable, bool fShowSDLConfig, bool fKeepHostRes, uint32_t u32FixedWidth, uint32_t u32FixedHeight, uint32_t u32FixedBPP, bool fUpdateImage) argument
H A DVBoxSDL.cpp836 bool fResizable = true; local
1098 fResizable = false;
1914 if (initUI(fResizable, winId))
1931 rc = gpFramebuffer[i]->init(i, fFullscreen, fResizable, fShowSDLConfig, false,

Completed in 66 milliseconds