From 77b396d09bb17c33495bcc888e8b5d17208aff95 Mon Sep 17 00:00:00 2001 From: stefan11111 Date: Sat, 13 Sep 2025 00:10:02 +0300 Subject: [PATCH] include: update comment about exported noPanoramiXExtension Signed-off-by: stefan11111 --- include/extinit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/extinit.h b/include/extinit.h index 0c93863f78..7df1a080b1 100644 --- a/include/extinit.h +++ b/include/extinit.h @@ -56,7 +56,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. /* required by: libglx */ extern _X_EXPORT Bool noCompositeExtension; -/* required by: several video drivers (eg. vmware and sis) */ +/* required by: several video drivers (eg. vmware, sis and nvidia proprietary) */ #ifdef XINERAMA extern _X_EXPORT Bool noPanoramiXExtension; #endif /* XINERAMA */