Skip to content

Commit

Permalink
fix mingw build
Browse files Browse the repository at this point in the history
  • Loading branch information
xianjimli committed Nov 23, 2024
1 parent 38ac110 commit 3d81990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rd/nanovg_plus/tests/gtest_nvpg.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ static nvgp_bool_t gtest_update_texture(void* uptr, int image, int x, int y, int
return TRUE;
}

static int gtest_get_texture_size(void* uptr, int image, int* w, int* h) {
static nvgp_bool_t gtest_get_texture_size(void* uptr, int image, int* w, int* h) {
gtest_nvgp_ctx_t* ctx = (gtest_nvgp_ctx_t*)uptr;
if (ctx->image != 0) {
*w = ctx->w;
Expand Down

0 comments on commit 3d81990

Please sign in to comment.