Merge pull request #10 from a2-4am/master

WGSetContentWidth and Height fixups
This commit is contained in:
blondie7575 2018-02-26 15:39:39 -08:00 committed by GitHub
commit 690d3f9fca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;