diff options
| author | 2016-11-05 02:58:11 -0600 | |
|---|---|---|
| committer | 2016-11-05 03:46:43 -0600 | |
| commit | d9305b0a074a255eb484911db70a126a6fe347b1 (patch) | |
| tree | fcd629c513d4c8d217bf89069b288a39debb594f /src/common/framebuffer_layout.h | |
| parent | Rework frame layouts to use a max rectangle instead of hardcoded calculations (diff) | |
| download | yuzu-d9305b0a074a255eb484911db70a126a6fe347b1.tar.gz yuzu-d9305b0a074a255eb484911db70a126a6fe347b1.tar.xz yuzu-d9305b0a074a255eb484911db70a126a6fe347b1.zip | |
Add default hotkey to swap primary screens.
Also minor style changes
Diffstat (limited to 'src/common/framebuffer_layout.h')
| -rw-r--r-- | src/common/framebuffer_layout.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/framebuffer_layout.h b/src/common/framebuffer_layout.h index c69a80732..7f88c9463 100644 --- a/src/common/framebuffer_layout.h +++ b/src/common/framebuffer_layout.h | |||
| @@ -33,7 +33,8 @@ FramebufferLayout DefaultFrameLayout(unsigned width, unsigned height, bool is_sw | |||
| 33 | FramebufferLayout SingleFrameLayout(unsigned width, unsigned height, bool is_swapped); | 33 | FramebufferLayout SingleFrameLayout(unsigned width, unsigned height, bool is_swapped); |
| 34 | 34 | ||
| 35 | /** | 35 | /** |
| 36 | * Factory method for constructing a Frame with the a 4x size Top screen with a 1x size bottom screen on the right | 36 | * Factory method for constructing a Frame with the a 4x size Top screen with a 1x size bottom |
| 37 | * screen on the right | ||
| 37 | * This is useful in particular because it matches well with a 1920x1080 resolution monitor | 38 | * This is useful in particular because it matches well with a 1920x1080 resolution monitor |
| 38 | * @param width Window framebuffer width in pixels | 39 | * @param width Window framebuffer width in pixels |
| 39 | * @param height Window framebuffer height in pixels | 40 | * @param height Window framebuffer height in pixels |