diff options
Diffstat (limited to 'src/blueshift_randr_c.h')
-rw-r--r-- | src/blueshift_randr_c.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/blueshift_randr_c.h b/src/blueshift_randr_c.h index 8ab21f3..2bc23f2 100644 --- a/src/blueshift_randr_c.h +++ b/src/blueshift_randr_c.h @@ -30,12 +30,12 @@ /** * The major version of RandR the program expects */ -#define RANDR_VERSION_MAJOR 1U +#define RANDR_VERSION_MAJOR 1 /** * The minor version of RandR the program expects */ -#define RANDR_VERSION_MINOR 3U +#define RANDR_VERSION_MINOR 3 @@ -47,7 +47,7 @@ typedef struct blueshift_randr_crtc /** * Size of colour curves on the X-axis */ - unsigned int curve_size; + uint16_t curve_size; /** * CRT controller |