Skip to content

Commit

Permalink
teste
Browse files Browse the repository at this point in the history
  • Loading branch information
tsayao committed Dec 6, 2024
1 parent de8c72d commit 71cb542
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1343,6 +1343,7 @@ void WindowContextTop::notify_view_resize() {
int cw = geometry_get_content_width(&geometry);
int ch = geometry_get_content_height(&geometry);

g_print("-> jViewNotifyResize: %d, %d\n", cw, ch);
mainEnv->CallVoidMethod(jview, jViewNotifyResize, cw, ch);
CHECK_JNI_EXCEPTION(mainEnv)
}
Expand Down

0 comments on commit 71cb542

Please sign in to comment.