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:
shadow303 2003-10-10 20:29:39 +00:00
parent 836656bf86
commit 3ed46bec8c

View File

@ -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
}
}