diff options
| author | realtradam <[email protected]> | 2023-06-11 01:21:17 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-06-11 01:21:17 -0400 |
| commit | c7381b27a58744e1b7d8aa3fe2e21514fd11b5b4 (patch) | |
| tree | 8b793adcf837ebc9d67ec36b91cbde6ae4f5f4aa /src/window/irodeo_window_t.h | |
| parent | f1d321f054b1da072e9c965c20f45399c00af1c0 (diff) | |
| download | RodeoKit-c7381b27a58744e1b7d8aa3fe2e21514fd11b5b4.tar.gz RodeoKit-c7381b27a58744e1b7d8aa3fe2e21514fd11b5b4.zip | |
partial working mouse with letterboxing
Diffstat (limited to 'src/window/irodeo_window_t.h')
| -rw-r--r-- | src/window/irodeo_window_t.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window/irodeo_window_t.h b/src/window/irodeo_window_t.h index f7e0c26..3ff4d6c 100644 --- a/src/window/irodeo_window_t.h +++ b/src/window/irodeo_window_t.h @@ -14,8 +14,8 @@ struct SDL_Window* window; SDL_Surface* screen_surface; SDL_SysWMinfo wmi; - uint32_t screen_width; - uint32_t screen_height; + uint32_t width; + uint32_t height; bool quit; } irodeo_window_state_t; |
