From 0cef93045193ed785aea66dbd38da27203cc73ff Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Mon, 10 Feb 2025 17:21:42 +0100 Subject: [PATCH] 1 --- include/scrnintstr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/scrnintstr.h b/include/scrnintstr.h index 98f47bf51..f418fc3e0 100644 --- a/include/scrnintstr.h +++ b/include/scrnintstr.h @@ -548,8 +548,8 @@ typedef struct _Screen { /* Pixmap procedures */ - CreatePixmapProcPtr CreatePixmap; - DestroyPixmapProcPtr DestroyPixmap; + _X_XSERVER_INTERNAL("") CreatePixmapProcPtr CreatePixmap; + _X_XSERVER_INTERNAL("use dixDestroyPixmap()") DestroyPixmapProcPtr DestroyPixmap; /* Font procedures */