xfree86: edid.h: drop Uint typedef

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2026-01-22 09:31:08 +01:00 committed by Enrico Weigelt
parent 4cc303a2d2
commit 43232e4f09

View File

@ -389,12 +389,10 @@
#define IS_RIGHT_ON_SYNC(x) IS_RIGHT_STEREO(x)
#define IS_LEFT_ON_SYNC(x) IS_LEFT_STEREO(x)
typedef unsigned int Uint;
struct vendor {
char name[4];
int prod_id;
Uint serial;
unsigned int serial;
int week;
int year;
};