Skip to content
Snippets Groups Projects
Commit 13f359fa authored by Hans de Goede's avatar Hans de Goede
Browse files

modesetting: Remove obsolete, unused msPixmapPrivate declaration and macro


When the pixmapPrivateKeyRec was moved from a global to being embedded
inside the drmmode_rec these 2 where missed, clean them up.

Reviewed-by: default avatarMichel Dänzer <michel.daenzer@amd.com>
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
parent f9e7cdf6
No related branches found
No related tags found
1 merge request!255modesetting: Disable pageflipping when using a software cursor
......@@ -236,10 +236,6 @@ typedef struct _msPixmapPriv {
Bool notify_on_damage; /* if sink has requested damage notification */
} msPixmapPrivRec, *msPixmapPrivPtr;
extern DevPrivateKeyRec msPixmapPrivateKeyRec;
#define msPixmapPrivateKey (&msPixmapPrivateKeyRec)
#define msGetPixmapPriv(drmmode, p) ((msPixmapPrivPtr)dixGetPrivateAddr(&(p)->devPrivates, &(drmmode)->pixmapPrivateKeyRec))
Bool drmmode_is_format_supported(ScrnInfoPtr scrn, uint32_t format,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment