File diff r1089:24bff33e3b84 → r1090:8613dbbd437d
dedicated.c
Show inline comments
 
@@ -157,7 +157,7 @@ static void DedicatedVideoStop(void)
 
static void DedicatedVideoMakeDirty(int left, int top, int width, int height) {}
 
static bool DedicatedVideoChangeRes(int w, int h) { return false; }
 

	
 
#ifdef UNIX
 
#if defined(UNIX) || defined(__OS2__)
 
static bool InputWaiting(void)
 
{
 
	struct timeval tv;