mirror of
https://github.com/X11Libre/xserver.git
synced 2026-01-26 05:57:53 +00:00
Xext/dri2: Fix message logging
Signed-off-by: stefan11111 <stefan11111@shitposting.expert>
This commit is contained in:
parent
1189bbdb40
commit
65d4e5e081
@ -53,12 +53,9 @@
|
||||
#define xf86DrvMsg(scrnIndex, type, /* format, */ ...) \
|
||||
do { \
|
||||
(void)scrnIndex; \
|
||||
if (type == X_ERROR) { \
|
||||
printf(__VA_ARGS__); \
|
||||
} \
|
||||
LogMessage(type, __VA_ARGS__); \
|
||||
} while (0);
|
||||
|
||||
|
||||
CARD8 dri2_major; /* version of DRI2 supported by DDX */
|
||||
CARD8 dri2_minor;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user