Disable screen mode change when not in TEST_MODE
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4985 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
836656bf86
commit
3ed46bec8c
@ -149,7 +149,9 @@ STRACE(("\t NULL display driver. OK. We crash now. :P\n"));
|
||||
{
|
||||
s->Activate();
|
||||
desktop_private::activescreen=s;
|
||||
#ifdef TEST_MODE
|
||||
s->SetSpace(0,B_32_BIT_640x480,true);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user