mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-11-18 10:08:29 +01:00
go back to generating EventType functions
This commit is contained in:
parent
00b53c233a
commit
eccdbd145f
1 changed files with 5 additions and 5 deletions
|
@ -5,13 +5,8 @@
|
|||
# Just to have a record, list the ones that must be hand-coded here.
|
||||
# StrVPrintF
|
||||
# StrPrintF
|
||||
# TimSecondsToDateTime
|
||||
# SysHandleEvent
|
||||
# EvtGetEvent
|
||||
# FrmDispatchEvent
|
||||
# MenuHandleEvent
|
||||
# FrmSetEventHandler
|
||||
# EvtAddEventToQueue
|
||||
# LstSetListChoices
|
||||
# SysNotifyRegister
|
||||
# LstSetDrawFunction
|
||||
|
@ -205,3 +200,8 @@ WinRestoreBits
|
|||
WinSetCoordinateSystem
|
||||
WinGetDisplayExtent
|
||||
WinScreenGetAttribute
|
||||
TimSecondsToDateTime
|
||||
EvtGetEvent
|
||||
FrmDispatchEvent
|
||||
MenuHandleEvent
|
||||
EvtAddEventToQueue
|
||||
|
|
Loading…
Reference in a new issue