implemented client/server side support for BScreen::GetDeviceInfo() and WaitForRetrace(), and (only client side) support for Bscreen::ProposeMode()

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13266 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini
2005-06-24 18:02:01 +00:00
parent 400a469bd9
commit c641898150
8 changed files with 92 additions and 4 deletions
+2
View File
@@ -130,6 +130,7 @@ enum {
// Screen methods
AS_SCREEN_GET_MODE,
AS_SCREEN_SET_MODE,
AS_PROPOSE_MODE,
AS_GET_MODE_LIST,
AS_SCREEN_GET_COLORMAP,
@@ -138,6 +139,7 @@ enum {
AS_SET_DESKTOP_COLOR,
AS_GET_RETRACE_SEMAPHORE,
AS_GET_ACCELERANT_INFO,
// Global function call defs
AS_SET_UI_COLORS,