[Scummvm-cvs-logs] SF.net SVN: scummvm:[44650] scummvm/trunk/engines/sci/gui/gui_helpers.h
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Mon Oct 5 09:25:18 CEST 2009
Revision: 44650
http://scummvm.svn.sourceforge.net/scummvm/?rev=44650&view=rev
Author: thebluegr
Date: 2009-10-05 07:25:18 +0000 (Mon, 05 Oct 2009)
Log Message:
-----------
Cleanup
Modified Paths:
--------------
scummvm/trunk/engines/sci/gui/gui_helpers.h
Modified: scummvm/trunk/engines/sci/gui/gui_helpers.h
===================================================================
--- scummvm/trunk/engines/sci/gui/gui_helpers.h 2009-10-05 07:10:01 UTC (rev 44649)
+++ scummvm/trunk/engines/sci/gui/gui_helpers.h 2009-10-05 07:25:18 UTC (rev 44650)
@@ -36,8 +36,6 @@
typedef int16 GuiViewLoopNo;
typedef int16 GuiViewCelNo;
-typedef uint16 GuiHandle;
-
struct GuiPort {
uint16 id;
int16 top, left;
@@ -78,7 +76,6 @@
uint16 cel;
uint16 z;
uint16 pal;
- GuiHandle hSaved;
Common::Rect rect;
};
@@ -99,14 +96,6 @@
uint32 schedule;
};
-#define STUB(str) debug("STUB: '%s' at file %s line %d",str,__FILE__,__LINE__)
-
-
-#define GETFTR_WINDOWMGR(x) (x & 0x00000001)
-#define GETFTR_CANBEHERE(x) (x & 0x00000002)
-#define GETFTR_SOUND(x) (x & 0x0000000C)
-#define GETFTR_SHOWPIC(x) (x & 0x00000010)
-
enum {
GFX_STOPUPDATE = 0x01,
GFX_VIEWUPDATED = 0x02,
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