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:
@@ -39,7 +39,8 @@ class Screen {
|
|||||||
bool makeDefault);
|
bool makeDefault);
|
||||||
status_t SetPreferredMode();
|
status_t SetPreferredMode();
|
||||||
status_t SetBestMode(uint16 width, uint16 height,
|
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(display_mode* mode) const;
|
||||||
void GetMode(uint16 &width, uint16 &height,
|
void GetMode(uint16 &width, uint16 &height,
|
||||||
|
|||||||
Reference in New Issue
Block a user