From a1e1747413a6074abab7d007e91b3b2734fb6c26 Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini Date: Tue, 30 Mar 2004 09:19:08 +0000 Subject: [PATCH] IOBase() is not supported git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7114 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/game/WindowScreen.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/headers/os/game/WindowScreen.h b/headers/os/game/WindowScreen.h index 3332bfa31a..f8976d2c8f 100644 --- a/headers/os/game/WindowScreen.h +++ b/headers/os/game/WindowScreen.h @@ -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();