should've been part of r27898

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27899 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2008-10-07 05:51:09 +00:00
parent 0dcbaee24a
commit bebd82c2b2

View File

@ -39,7 +39,8 @@ class Screen {
bool makeDefault);
status_t SetPreferredMode();
status_t SetBestMode(uint16 width, uint16 height,
uint32 colorspace, float frequency);
uint32 colorspace, float frequency,
bool strict = true);
void GetMode(display_mode* mode) const;
void GetMode(uint16 &width, uint16 &height,