[Scummvm-cvs-logs] SF.net SVN: scummvm:[39686] scummvm/trunk/engines/sci/gfx/sci_widgets.h

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Wed Mar 25 13:11:49 CET 2009


Revision: 39686
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39686&view=rev
Author:   thebluegr
Date:     2009-03-25 12:11:49 +0000 (Wed, 25 Mar 2009)

Log Message:
-----------
Remove superfluous comma

Modified Paths:
--------------
    scummvm/trunk/engines/sci/gfx/sci_widgets.h

Modified: scummvm/trunk/engines/sci/gfx/sci_widgets.h
===================================================================
--- scummvm/trunk/engines/sci/gfx/sci_widgets.h	2009-03-25 12:07:10 UTC (rev 39685)
+++ scummvm/trunk/engines/sci/gfx/sci_widgets.h	2009-03-25 12:11:49 UTC (rev 39686)
@@ -41,7 +41,7 @@
 	// Add title bar to window (10 pixels high, framed, text is centered and written in white on dark gray)
 	kWindowTitle        = 0x04,          // 0100
 	kWindowDontDraw     = 0x80,          // 1000 0000 - don't draw anything
-	kWindowNoDropShadow = 0x1000000,     // 0001 0000 0000 0000 0000 0000 0000
+	kWindowNoDropShadow = 0x1000000      // 0001 0000 0000 0000 0000 0000 0000
 };
 
 enum controlStateFlags {


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