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