Apply the patch by jscipione on ticket #7994.

* Update BScreen class style and variable names
 * Remove documentation from Screen.cpp file
 * Create Screen.dox documentation file



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42984 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Niels Sascha Reedijk
2011-10-29 21:51:43 +00:00
parent 526bbce9a5
commit 1326b9d0b4
4 changed files with 679 additions and 205 deletions
+6 -6
View File
@@ -52,20 +52,20 @@ public:
BRect* frame = NULL);
rgb_color DesktopColor();
rgb_color DesktopColor(uint32 index);
rgb_color DesktopColor(uint32 workspace);
void SetDesktopColor(rgb_color color,
bool makeDefault = true);
bool stick = true);
void SetDesktopColor(rgb_color color,
uint32 index, bool makeDefault = true);
uint32 workspace, bool stick = true);
status_t ProposeMode(display_mode* target,
const display_mode* low,
const display_mode* high);
status_t GetModeList(display_mode** _modeList,
uint32* _count);
status_t GetMode(display_mode* _mode);
status_t GetMode(display_mode* mode);
status_t GetMode(uint32 workspace,
display_mode* _mode);
display_mode* mode);
status_t SetMode(display_mode* mode,
bool makeDefault = false);
status_t SetMode(uint32 workspace,
@@ -74,7 +74,7 @@ public:
status_t GetDeviceInfo(accelerant_device_info* info);
status_t GetMonitorInfo(monitor_info* info);
status_t GetPixelClockLimits(display_mode* mode,
uint32* low, uint32* high);
uint32* _low, uint32* _high);
status_t GetTimingConstraints(
display_timing_constraints*
timingConstraints);