Skip to content

Commit

Permalink
Fixed WinRedraw not defined.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexikos committed Sep 28, 2022
1 parent ef5cba8 commit ef455a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/lib/functions.h
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ md_func_v(WinMinimizeAllUndo, md_arg_none)
md_func(WinMove, (In_Opt, Int32, X), (In_Opt, Int32, Y), (In_Opt, Int32, Width), (In_Opt, Int32, Height), MD_WINTITLE_ARGS)
md_func(WinMoveBottom, MD_WINTITLE_ARGS)
md_func(WinMoveTop, MD_WINTITLE_ARGS)
md_func(WinRedraw, MD_WINTITLE_ARGS)
md_func(WinRestore, MD_WINTITLE_ARGS)
md_func(WinSetAlwaysOnTop, (In_Opt, Int32, Value), MD_WINTITLE_ARGS)
md_func(WinSetEnabled, (In, Int32, Value), MD_WINTITLE_ARGS)
Expand Down

0 comments on commit ef455a2

Please sign in to comment.