diff options
Diffstat (limited to 'src/screen/drm/frame-buffer/page-flip.zig')
| -rw-r--r-- | src/screen/drm/frame-buffer/page-flip.zig | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/screen/drm/frame-buffer/page-flip.zig b/src/screen/drm/frame-buffer/page-flip.zig index 2e41e61..c6eb836 100644 --- a/src/screen/drm/frame-buffer/page-flip.zig +++ b/src/screen/drm/frame-buffer/page-flip.zig @@ -1,8 +1,7 @@ - pub const PageFlip = packed struct(u32) { - event: bool, - is_async: bool, - absolute: bool, - relative: bool, - _padding: u28, + event: bool, + is_async: bool, + absolute: bool, + relative: bool, + _padding: u28, } |