mirror of
https://github.com/X11Libre/xf86-video-xgi.git
synced 2026-03-24 01:24:35 +00:00
replace Uchar by C standard uint8_t
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
1c0f3dff40
commit
8416877125
@@ -44,6 +44,8 @@
|
||||
*/
|
||||
#include "config.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "extinit.h"
|
||||
#include "fb.h"
|
||||
#include "micmap.h"
|
||||
@@ -1230,9 +1232,9 @@ static void
|
||||
XGIDumpMonitorInfo(xf86MonPtr pMonitor)
|
||||
{
|
||||
struct detailed_timings *pd_timings;
|
||||
Uchar *pserial;
|
||||
Uchar *pascii_data;
|
||||
Uchar *pname;
|
||||
uint8_t *pserial;
|
||||
uint8_t *pascii_data;
|
||||
uint8_t *pname;
|
||||
struct monitor_ranges *pranges;
|
||||
struct std_timings *pstd_t;
|
||||
struct whitePoints *pwp;
|
||||
|
||||
Reference in New Issue
Block a user