Xext/dri2: Fix message logging

Signed-off-by: stefan11111 <stefan11111@shitposting.expert>
This commit is contained in:
stefan11111 2026-01-05 15:51:54 +02:00 committed by Enrico Weigelt
parent 1189bbdb40
commit 65d4e5e081

View File

@ -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;