diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-08-12 12:50:08 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-12 12:50:08 -0500 |
| commit | d61f66d173c956b10679e83b93d7f84fbc6f0bb4 (patch) | |
| tree | b9b8327aea7351573af751de647927420a5db7b3 /shared-module/framebufferio/FramebufferDisplay.h | |
| parent | 454e616d13e6db762271b9e1ea8191407228e0ae (diff) | |
Update shared-module/framebufferio/FramebufferDisplay.h
Co-authored-by: Scott Shawcroft <scott@tannewt.org>
Diffstat (limited to 'shared-module/framebufferio/FramebufferDisplay.h')
| -rw-r--r-- | shared-module/framebufferio/FramebufferDisplay.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shared-module/framebufferio/FramebufferDisplay.h b/shared-module/framebufferio/FramebufferDisplay.h index 111c9f670..89df0d27c 100644 --- a/shared-module/framebufferio/FramebufferDisplay.h +++ b/shared-module/framebufferio/FramebufferDisplay.h @@ -48,7 +48,8 @@ typedef struct { uint64_t last_refresh_call; uint16_t native_frames_per_second; uint16_t native_ms_per_frame; - uint16_t first_pixel_offset, row_stride; + uint16_t first_pixel_offset; + uint16_t row_stride; bool auto_refresh; bool first_manual_refresh; } framebufferio_framebufferdisplay_obj_t; |
