[nostalgia] Rename common package to geo

This commit is contained in:
2022-02-13 04:03:10 -06:00
parent 0aa71f1dbb
commit 320df614a9
26 changed files with 131 additions and 130 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ int getScreenHeight(Context *ctx) noexcept {
return h;
}
common::Size getScreenSize(Context *ctx) noexcept {
geo::Size getScreenSize(Context *ctx) noexcept {
auto id = ctx->windowerData<GlfwImplData>();
int w = 0, h = 0;
glfwGetFramebufferSize(id->window, &w, &h);