diff options
Diffstat (limited to 'Userland/Libraries/LibC')
-rw-r--r-- | Userland/Libraries/LibC/sys/ioctl_numbers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibC/sys/ioctl_numbers.h b/Userland/Libraries/LibC/sys/ioctl_numbers.h index c7c596f94f..df044ddf8f 100644 --- a/Userland/Libraries/LibC/sys/ioctl_numbers.h +++ b/Userland/Libraries/LibC/sys/ioctl_numbers.h @@ -24,6 +24,7 @@ struct GraphicsConnectorProperties { unsigned char flushing_support; unsigned char partial_flushing_support; unsigned char refresh_rate_support; + unsigned max_buffer_bytes; }; struct GraphicsHeadModeSetting { |