diff options
Diffstat (limited to 'Userland/Libraries/LibC/sys/ioctl_numbers.h')
-rw-r--r-- | Userland/Libraries/LibC/sys/ioctl_numbers.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Userland/Libraries/LibC/sys/ioctl_numbers.h b/Userland/Libraries/LibC/sys/ioctl_numbers.h index ca715672c5..257def59b8 100644 --- a/Userland/Libraries/LibC/sys/ioctl_numbers.h +++ b/Userland/Libraries/LibC/sys/ioctl_numbers.h @@ -19,10 +19,10 @@ struct winsize { }; struct FBProperties { - bool multihead_support; - bool doublebuffer_support; - bool flushing_support; - bool partial_flushing_support; + unsigned char multihead_support; + unsigned char doublebuffer_support; + unsigned char flushing_support; + unsigned char partial_flushing_support; }; struct FBHeadProperties { |