Disabled BDirectWindow window mode, for the time being (at least until

we fix it). +alphabranch


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32693 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini
2009-08-26 11:08:22 +00:00
parent 8c52a155f0
commit fb984c136f
+3 -1
View File
@@ -330,6 +330,7 @@ BDirectWindow::ConvertToMessage(void *raw, int32 code)
void void
BDirectWindow::DirectConnected(direct_buffer_info *info) BDirectWindow::DirectConnected(direct_buffer_info *info)
{ {
fprintf(stderr, "BDirectWindow::DirectConnected(): should not be ever called!!!!\n");
// implemented in subclasses // implemented in subclasses
} }
@@ -429,7 +430,8 @@ BDirectWindow::SupportsWindowMode(screen_id id)
// At least, I can't see why window mode shouldn't be supported. // At least, I can't see why window mode shouldn't be supported.
// additional NOTE: it probably depends on wether hardware cursor is supported or // additional NOTE: it probably depends on wether hardware cursor is supported or
// not // not
return true; return false;
// TODO: For now
} }