_DirectDrawThread
return me->_DirectDrawThread();
fDrawThread = spawn_thread(_DirectDrawThread, "FakeRenderer direct draw", B_DISPLAY_PRIORITY, this);
static int32 _DirectDrawThread(void *data);
int32 _DirectDrawThread();