File diff r8170:2f75569b3a80 → r8171:ff11fcdf6589
src/video/dedicated_v.cpp
Show inline comments
 
@@ -168,7 +168,7 @@ void VideoDriver_Dedicated::Stop()
 

	
 
void VideoDriver_Dedicated::MakeDirty(int left, int top, int width, int height) {}
 
bool VideoDriver_Dedicated::ChangeResolution(int w, int h) { return false; }
 
void VideoDriver_Dedicated::ToggleFullscreen(bool fs) {}
 
bool VideoDriver_Dedicated::ToggleFullscreen(bool fs) { return false; }
 

	
 
#if defined(UNIX) || defined(__OS2__) || defined(PSP)
 
static bool InputWaiting()