summaryrefslogtreecommitdiff
path: root/src/screen/drm/frame-buffer/page-flip.zig
blob: 2e41e6111905ef36c4f32e53cf79558b20811455 (plain)
1
2
3
4
5
6
7
8
pub const PageFlip = packed struct(u32) {
    event: bool,
    is_async: bool,
    absolute: bool,
    relative: bool,
    _padding: u28,
}