IOBase() is not supported

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7114 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2004-03-30 09:19:08 +00:00
parent 36eaad35e1
commit a1e1747413
1 changed files with 2 additions and 3 deletions

View File

@ -78,9 +78,8 @@ virtual void Show();
bool CanControlFrameBuffer();
status_t SetFrameBuffer(int32 width, int32 height);
status_t MoveDisplayArea(int32 x, int32 y);
/* IOBase will not be support in future compatibility version of WindowScreen. Its
features should be replaced by other functions of the new API. */
void *IOBase();
void *IOBase(); // Not supported anymore. It always returns NULL
rgb_color *ColorList();
frame_buffer_info *FrameBufferInfo();