diff options
Diffstat (limited to 'src/common/emu_window.h')
| -rw-r--r-- | src/common/emu_window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/emu_window.h b/src/common/emu_window.h index b6862030e..f6099fdb6 100644 --- a/src/common/emu_window.h +++ b/src/common/emu_window.h | |||
| @@ -48,7 +48,7 @@ public: | |||
| 48 | * @param height Window framebuffer height in pixels | 48 | * @param height Window framebuffer height in pixels |
| 49 | * @return Newly created FramebufferLayout object with default screen regions initialized | 49 | * @return Newly created FramebufferLayout object with default screen regions initialized |
| 50 | */ | 50 | */ |
| 51 | static FramebufferLayout DefaultScreenLayout(int width, int height); | 51 | static FramebufferLayout DefaultScreenLayout(unsigned width, unsigned height); |
| 52 | 52 | ||
| 53 | unsigned width; | 53 | unsigned width; |
| 54 | unsigned height; | 54 | unsigned height; |