mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
treewide: Move the dri2 extension to Xext and use it for all X servers
This is needed to get proton working in Xfbdev, but is probably useful in other places too. Xephyr has some unrelated issues regaring Xinput, so steam doesn't work there. Signed-off-by: stefan11111 <stefan11111@shitposting.expert>
This commit is contained in:
committed by
Enrico Weigelt
parent
2a41522349
commit
dc39eda42b
@@ -8,6 +8,12 @@
|
||||
|
||||
#include "extinit.h"
|
||||
|
||||
#ifdef DRI2
|
||||
#include <X11/extensions/dri2proto.h>
|
||||
extern Bool noDRI2Extension;
|
||||
void DRI2ExtensionInit(void);
|
||||
#endif
|
||||
|
||||
/* required by: the 470 and 390 nvidia DDX drivers */
|
||||
extern _X_EXPORT Bool noDamageExtension;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user