mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-11-16 07:48:07 +01:00
add highres functions; handle LstSetDrawFunction manually
This commit is contained in:
parent
d954366332
commit
0edf2d970f
1 changed files with 4 additions and 1 deletions
|
@ -14,6 +14,7 @@
|
|||
# EvtAddEventToQueue
|
||||
# LstSetListChoices
|
||||
# SysNotifyRegister
|
||||
# LstSetDrawFunction
|
||||
#
|
||||
#################################################################
|
||||
CtlEnabled
|
||||
|
@ -115,7 +116,6 @@ LstGetSelection
|
|||
LstGetSelectionText
|
||||
LstMakeItemVisible
|
||||
LstPopupList
|
||||
LstSetDrawFunction
|
||||
LstSetHeight
|
||||
LstSetSelection
|
||||
MemChunkFree
|
||||
|
@ -202,3 +202,6 @@ VFSFileDelete
|
|||
DmSetDatabaseInfo
|
||||
DmGetLastErr
|
||||
WinRestoreBits
|
||||
WinSetCoordinateSystem
|
||||
WinGetDisplayExtent
|
||||
WinScreenGetAttribute
|
||||
|
|
Loading…
Reference in a new issue