summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-07-09 16:16:26 -0700
committerKeith Packard <keithp@keithp.com>2012-07-09 16:16:26 -0700
commit551033c5d6aa3e430ab27b2dc7c7f5f009b19305 (patch)
tree2c87020065495a1aec6d21ffa779e6facc1f7aa9
parenta7a6468721d35eb264d53b541224b786927dab52 (diff)
set_slave_pixmap -> set_scanout_pixmapprime
Track name change made during development Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--src/drmmode_display.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drmmode_display.c b/src/drmmode_display.c
index 4083635..80b32cf 100644
--- a/src/drmmode_display.c
+++ b/src/drmmode_display.c
@@ -496,7 +496,7 @@ drmmode_crtc_gamma_set(xf86CrtcPtr crtc, uint16_t *red, uint16_t *green,
}
static Bool
-drmmode_set_slave_pixmap(xf86CrtcPtr crtc, PixmapPtr ppix)
+drmmode_set_scanout_pixmap(xf86CrtcPtr crtc, PixmapPtr ppix)
{
drmmode_crtc_private_ptr drmmode_crtc = crtc->driver_private;
drmmode_ptr drmmode = drmmode_crtc->drmmode;
@@ -552,7 +552,7 @@ static const xf86CrtcFuncsRec drmmode_crtc_funcs = {
.gamma_set = drmmode_crtc_gamma_set,
.destroy = NULL, /* XXX */
- .set_slave_pixmap = drmmode_set_slave_pixmap,
+ .set_scanout_pixmap = drmmode_set_scanout_pixmap,
};
static void