Xext/dri2: Add a comment

Signed-off-by: stefan11111 <stefan11111@shitposting.expert>
This commit is contained in:
stefan11111
2026-04-11 15:06:21 +03:00
committed by Enrico Weigelt
parent 450479bc5e
commit ebbad77c84

View File

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