mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
cleanup
This commit is contained in:
parent
baabc47f48
commit
71e9d715f3
2 changed files with 2 additions and 2 deletions
|
@ -617,7 +617,6 @@ EvtAddEventToQueue( const EventType* event )
|
|||
stack, 4 );
|
||||
}
|
||||
FUNC_TAIL(EvtAddEventToQueue);
|
||||
EMIT_NAME("'E','v','t','A','d','d','E','v','e','n','t','T','o','Q','u','e','u','e'");
|
||||
} /* EvtAddEventToQueue */
|
||||
|
||||
void
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
#include <SoundMgr.h>
|
||||
#include <TimeMgr.h>
|
||||
#include <Form.h>
|
||||
#include <FeatureMgr.h>
|
||||
#include <unix_stdarg.h>
|
||||
|
||||
#include "strutils.h"
|
||||
|
@ -341,7 +342,7 @@ penInGadget( EventPtr event, UInt16* whichGadget )
|
|||
void
|
||||
setFormRefcon( void* refcon )
|
||||
{
|
||||
Err err = FtrSet( APPID, GLOBALS_FEATURE, refcon );
|
||||
Err err = FtrSet( APPID, GLOBALS_FEATURE, (UInt32)refcon );
|
||||
XP_ASSERT( err == errNone );
|
||||
} /* setFormRefcon */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue