Implemented needed methods to be able to clone the accelerant.

Implemented SetIndexedColors hook, although not really correct.
I don't know why the driver's 8 bit mode were disabled. They seem to 
work fine. I had to enable at least 640x480x8 to be able to test 
WindowScreen. There are some TODOs in the code. I'll look into them 
later.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21410 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini
2007-06-14 14:41:45 +00:00
parent 3227f93fb2
commit 8b7987023f
5 changed files with 74 additions and 8 deletions
@@ -72,6 +72,8 @@ enum {
VMWARE_SET_MODE,
VMWARE_SHOW_CURSOR,
VMWARE_MOVE_CURSOR,
VMWARE_GET_DEVICE_NAME,
VMWARE_SET_PALETTE
};