diff --git a/WeeGUI_MLI.s b/WeeGUI_MLI.s index 67a7276..e9ece09 100644 --- a/WeeGUI_MLI.s +++ b/WeeGUI_MLI.s @@ -69,6 +69,6 @@ WGExit = 70 WGCreateProgress = 72 WGSetState = 74 WGViewSetRawTitle = 76 -WGSetContentWidth = 77 -WGSetContentHeight = 78 +WGSetContentWidth = 78 +WGSetContentHeight = 80 diff --git a/weegui.dsk b/weegui.dsk index db3936a..9f47c4d 100644 Binary files a/weegui.dsk and b/weegui.dsk differ diff --git a/weegui.s b/weegui.s index 026741f..c8266fc 100644 --- a/weegui.s +++ b/weegui.s @@ -72,6 +72,8 @@ WGEntryPointTable: .addr WGCreateProgress .addr WGSetState .addr WGViewSetRawTitle +.addr WGSetContentWidth +.addr WGSetContentHeight ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;