handle SysNotifyRegister manually

This commit is contained in:
ehouse 2004-09-30 01:06:37 +00:00
parent 57d4377f7d
commit 34093a0d5b
2 changed files with 6 additions and 3 deletions

View file

@ -13,7 +13,8 @@
# FrmSetEventHandler
# EvtAddEventToQueue
# LstSetListChoices
#
# SysNotifyRegister
#
#################################################################
CtlEnabled
CtlGetLabel
@ -147,7 +148,6 @@ StrNCompare
StrStr
SysLibFind
SysLibLoad
SysNotifyRegister
SysNotifyUnregister
SysRandom
SysTicksPerSecond

View file

@ -26,6 +26,7 @@
#include <Menu.h>
#include <ExgMgr.h>
#include <VFSMgr.h>
#include <NotifyMgr.h>
#include "pnostate.h"
#include "xptypes.h"
@ -43,7 +44,9 @@ extern void FrmSetEventHandler( FormType* formP,
extern void EvtAddEventToQueue( const EventType* event );
extern void LstSetListChoices( ListType* listP, Char** itemsText,
Int16 numItems );
extern Err SysNotifyRegister( UInt16 cardNo, LocalID dbID,
UInt32 notifyType, SysNotifyProcPtr callbackP,
Int8 priority, void* userDataP );
#if 0
# define FUNC_HEADER(n) XP_LOGF( #n " called" )