mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
add highres functions; handle LstSetDrawFunction manually
This commit is contained in:
parent
3dbc295cc5
commit
a2bdf00b88
1 changed files with 4 additions and 1 deletions
|
@ -14,6 +14,7 @@
|
||||||
# EvtAddEventToQueue
|
# EvtAddEventToQueue
|
||||||
# LstSetListChoices
|
# LstSetListChoices
|
||||||
# SysNotifyRegister
|
# SysNotifyRegister
|
||||||
|
# LstSetDrawFunction
|
||||||
#
|
#
|
||||||
#################################################################
|
#################################################################
|
||||||
CtlEnabled
|
CtlEnabled
|
||||||
|
@ -115,7 +116,6 @@ LstGetSelection
|
||||||
LstGetSelectionText
|
LstGetSelectionText
|
||||||
LstMakeItemVisible
|
LstMakeItemVisible
|
||||||
LstPopupList
|
LstPopupList
|
||||||
LstSetDrawFunction
|
|
||||||
LstSetHeight
|
LstSetHeight
|
||||||
LstSetSelection
|
LstSetSelection
|
||||||
MemChunkFree
|
MemChunkFree
|
||||||
|
@ -202,3 +202,6 @@ VFSFileDelete
|
||||||
DmSetDatabaseInfo
|
DmSetDatabaseInfo
|
||||||
DmGetLastErr
|
DmGetLastErr
|
||||||
WinRestoreBits
|
WinRestoreBits
|
||||||
|
WinSetCoordinateSystem
|
||||||
|
WinGetDisplayExtent
|
||||||
|
WinScreenGetAttribute
|
||||||
|
|
Loading…
Add table
Reference in a new issue