WGSetContentWidth and Height fixups

This commit is contained in:
4am 2018-02-26 18:32:29 -05:00
parent 1e43cda4f8
commit 419d3aad53
3 changed files with 4 additions and 2 deletions

View File

@ -69,6 +69,6 @@ WGExit = 70
WGCreateProgress = 72
WGSetState = 74
WGViewSetRawTitle = 76
WGSetContentWidth = 77
WGSetContentHeight = 78
WGSetContentWidth = 78
WGSetContentHeight = 80

Binary file not shown.

View File

@ -72,6 +72,8 @@ WGEntryPointTable:
.addr WGCreateProgress
.addr WGSetState
.addr WGViewSetRawTitle
.addr WGSetContentWidth
.addr WGSetContentHeight
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;