From bebd82c2b29e4a5dfd4047d0507762ef20c22168 Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini Date: Tue, 7 Oct 2008 05:51:09 +0000 Subject: [PATCH] should've been part of r27898 git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27899 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/servers/app/Screen.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/servers/app/Screen.h b/src/servers/app/Screen.h index 7b5524b81b..245af74f58 100644 --- a/src/servers/app/Screen.h +++ b/src/servers/app/Screen.h @@ -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,