diff options
Diffstat (limited to 'include/video/videomode.h')
-rw-r--r-- | include/video/videomode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/video/videomode.h b/include/video/videomode.h index f4ae6edfeb08..8b12e60b6173 100644 --- a/include/video/videomode.h +++ b/include/video/videomode.h @@ -29,7 +29,7 @@ struct videomode { u32 vback_porch; u32 vsync_len; - unsigned int flags; /* display flags */ + enum display_flags flags; /* display flags */ }; /** |