﻿id,summary,reporter,owner,description,type,status,component,version,resolution,keywords,cc,guest,host
3067,VBoxSDL's fixedmode commad line parameter seems to be wrongly handled,Sergey Lungu,,"If I start VBoxSDL with the following command line I get a 768x32 window.

{{{
$ VBoxSDL -fixedmode 1024 768 32
}}}

Looking at the source code, src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp seems to be inconsistent with src/VBox/Frontends/VBoxSDL/Framebuffer.{cpp,h}. VBoxSDLFB's constructors takes 7 parameters, while VBosSDL.cpp passes only six of them, `bool fKeepHostRes' seems to be ignored by mistake. The fix should be trivial. A quick'n'dirty solution patch is attached.",defect,closed,GUI,VirtualBox 2.1.0,fixed,vboxsdp fixedmode,,other,Linux
