diff --git a/Xext/dri2/dri2ext.c b/Xext/dri2/dri2ext.c index 3ec3ecaae..05e7a9ed3 100644 --- a/Xext/dri2/dri2ext.c +++ b/Xext/dri2/dri2ext.c @@ -585,6 +585,12 @@ DRI2ExtensionInit(void) return; #endif /* XINERAMA */ + /** + * Advertise the DRI2 extension, + * even if no screens support it. + * + * This is needed for steam's proton to work. + */ dri2Extension = AddExtension(DRI2_NAME, DRI2NumberEvents, DRI2NumberErrors,