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 */