Ticket #3067: VBoxSDL.cpp.patch
File VBoxSDL.cpp.patch, 436 bytes (added by , 16 years ago) |
---|
-
VBoxSDL.cpp
old new 1891 1891 1892 1892 // create our SDL framebuffer instance 1893 1893 gpFrameBuffer = new VBoxSDLFB(fFullscreen, fResizable, fShowSDLConfig, 1894 f ixedWidth, fixedHeight, fixedBPP);1894 false, fixedWidth, fixedHeight, fixedBPP); 1895 1895 1896 1896 if (!gpFrameBuffer) 1897 1897 {