This commit is contained in:
parent
b7f2c169ec
commit
f9512d72e8
@ -258,7 +258,7 @@ ox::Error setWindowIcon(Context &ctx, ox::SpanView<ox::SpanView<uint8_t>> const
|
|||||||
.pixels = icon.pixels.data(),
|
.pixels = icon.pixels.data(),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
glfwSetWindowIcon(ctx.window, imgs.size(), imgs.data());
|
glfwSetWindowIcon(ctx.window, static_cast<int>(imgs.size()), imgs.data());
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user