mirror of
https://github.com/X11Libre/xserver.git
synced 2026-01-26 14:03:17 +00:00
xfree86: edid.h: drop Uint typedef
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
4cc303a2d2
commit
43232e4f09
@ -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;
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user