mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
miext: export noDamageExtension for legacy proprietary Nvidia driver (470.x)
According to @felipe19930 in https://github.com/X11Libre/xserver/issues/310 , this symbol is required by the 470 nvidia DDX driver. Signed-off-by: stefan11111 <stefan11111@shitposting.expert>
This commit is contained in:
committed by
Enrico Weigelt
parent
90846d49cc
commit
f38b481eca
@@ -8,7 +8,9 @@
|
||||
|
||||
#include "extinit.h"
|
||||
|
||||
extern Bool noDamageExtension;
|
||||
/* required by: the 470 and 390 nvidia DDX drivers */
|
||||
extern _X_EXPORT Bool noDamageExtension;
|
||||
|
||||
extern Bool noDbeExtension;
|
||||
extern Bool noDPMSExtension;
|
||||
extern Bool noGlxExtension;
|
||||
|
||||
Reference in New Issue
Block a user