mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Xext/dri2: Add a comment
Signed-off-by: stefan11111 <stefan11111@shitposting.expert>
This commit is contained in:
committed by
Enrico Weigelt
parent
450479bc5e
commit
ebbad77c84
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user