diff options
Diffstat (limited to 'include/video/videomode.h')
-rw-r--r-- | include/video/videomode.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/video/videomode.h b/include/video/videomode.h index a42156234dd..f4ae6edfeb0 100644 --- a/include/video/videomode.h +++ b/include/video/videomode.h @@ -29,8 +29,7 @@ struct videomode { u32 vback_porch; u32 vsync_len; - unsigned int dmt_flags; /* VESA DMT flags */ - unsigned int data_flags; /* video data flags */ + unsigned int flags; /* display flags */ }; /** |