Skip to content

Commit

Permalink
Merge pull request #62 from LilithHafner/patch-1
Browse files Browse the repository at this point in the history
Fix bug in 09_native_rendering.md
  • Loading branch information
Clemapfel authored Feb 8, 2024
2 parents 53b3dd9 + f61d2da commit 4cd6bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/01_manual/09_native_rendering.md
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ main() do app::Application
add_render_task!(render_area, RenderTask(shape))

# connect callback, providing our shape as `Data_t` argument
connect_signal_resize!(render_area, on_resize, shape)
connect_signal_resize!(on_resize, render_area, shape)

set_child!(window, render_area)
present!(window)
Expand Down

0 comments on commit 4cd6bdb

Please sign in to comment.