[Scummvm-cvs-logs] SF.net SVN: scummvm:[38327] scummvm/trunk/backends/platform/dc

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Mon Feb 16 00:01:27 CET 2009


Revision: 38327
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38327&view=rev
Author:   lordhoto
Date:     2009-02-15 23:01:27 +0000 (Sun, 15 Feb 2009)

Log Message:
-----------
Removed OSystem_Dreamcast::fillScreen implementation after discussing it with Marcus.

Modified Paths:
--------------
    scummvm/trunk/backends/platform/dc/dc.h
    scummvm/trunk/backends/platform/dc/display.cpp

Modified: scummvm/trunk/backends/platform/dc/dc.h
===================================================================
--- scummvm/trunk/backends/platform/dc/dc.h	2009-02-15 22:49:50 UTC (rev 38326)
+++ scummvm/trunk/backends/platform/dc/dc.h	2009-02-15 23:01:27 UTC (rev 38327)
@@ -88,9 +88,6 @@
 	virtual Graphics::Surface *lockScreen();
 	virtual void unlockScreen();
 
-  // Fill the screen with a given color
-  void fillScreen(uint32 col);
-
   // Update the dirty areas of the screen
   void updateScreen();
 

Modified: scummvm/trunk/backends/platform/dc/display.cpp
===================================================================
--- scummvm/trunk/backends/platform/dc/display.cpp	2009-02-15 22:49:50 UTC (rev 38326)
+++ scummvm/trunk/backends/platform/dc/display.cpp	2009-02-15 23:01:27 UTC (rev 38327)
@@ -626,12 +626,6 @@
   _screen_dirty = true;
 }
 
-void OSystem_Dreamcast::fillScreen(uint32 col)
-{
-  memset(screen, col, SCREEN_W*SCREEN_H);
-  _screen_dirty = true;
-}
-
 int16 OSystem_Dreamcast::getOverlayHeight()
 {
   return OVL_H;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list