mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
@@ -620,24 +620,6 @@ BOOLEAN InitializeVideoManager(HINSTANCE hInstance, UINT16 usCommandShow, void *
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// Initialize the mutex sections
|
||||
//
|
||||
|
||||
// ATE: Keep these mutexes for now!
|
||||
if (InitializeMutex(REFRESH_THREAD_MUTEX, (UINT8 *)"RefreshThreadMutex") == FALSE)
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
if (InitializeMutex(FRAME_BUFFER_MUTEX, (UINT8 *)"FrameBufferMutex") == FALSE)
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
if (InitializeMutex(MOUSE_BUFFER_MUTEX, (UINT8 *)"MouseBufferMutex") == FALSE)
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
//
|
||||
// Initialize state variables
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user