[Scummvm-cvs-logs] SF.net SVN: scummvm:[38885] scummvm/trunk/engines/sci/gfx/operations.h
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Wed Feb 25 20:30:12 CET 2009
Revision: 38885
http://scummvm.svn.sourceforge.net/scummvm/?rev=38885&view=rev
Author: fingolfin
Date: 2009-02-25 19:30:11 +0000 (Wed, 25 Feb 2009)
Log Message:
-----------
cleanup
Modified Paths:
--------------
scummvm/trunk/engines/sci/gfx/operations.h
Modified: scummvm/trunk/engines/sci/gfx/operations.h
===================================================================
--- scummvm/trunk/engines/sci/gfx/operations.h 2009-02-25 19:28:46 UTC (rev 38884)
+++ scummvm/trunk/engines/sci/gfx/operations.h 2009-02-25 19:30:11 UTC (rev 38885)
@@ -65,7 +65,7 @@
** All operations perform clipping relative to state->clip_zone.
*/
-typedef enum {
+enum gfx_box_shade_t {
GFX_BOX_SHADE_FLAT,
GFX_BOX_SHADE_RIGHT,
GFX_BOX_SHADE_LEFT,
@@ -80,7 +80,7 @@
GFX_BOX_SHADE_RIGHT_UP,
GFX_BOX_SHADE_LEFT_UP
#endif
-} gfx_box_shade_t;
+};
struct gfx_dirty_rect_t {
@@ -131,9 +131,6 @@
gfxr_pic_t *pic, *pic_unscaled; /* The background picture and its unscaled equivalent */
gfx_dirty_rect_t *dirty_rects; /* Dirty rectangles */
-
- void *internal_state; /* Internal interpreter information */
-
};
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