[nostalgia] Rename common package to geo
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user