summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-07-12 20:17:00 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2011-07-13 17:41:02 +0100
commita861094c23b5f0df7b889bcc03904e32c4c2c6be (patch)
tree7050c4be8980def0796350e2f7e1b3e0a9f4c797
parentc221d0356db57c10f5d29ca17fdf592724b35385 (diff)
sna/dri: Fix a couple of typos
Somehow these were lost in the rebasing. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r--src/sna/sna_dri.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sna/sna_dri.c b/src/sna/sna_dri.c
index b3b029c8..ec656426 100644
--- a/src/sna/sna_dri.c
+++ b/src/sna/sna_dri.c
@@ -1421,7 +1421,7 @@ blit:
draw->depth,
SNA_CREATE_FB))) {
DBG(("%s: new back buffer\n", __FUNCTION__));
- set_pixmap(sna, front, pixamp);
+ set_pixmap(sna, front, pixmap);
}
} else if (info->type != DRI2_ASYNC_FLIP) {
/* A normal vsync'ed client is finishing, wait for it
@@ -1437,7 +1437,7 @@ blit:
draw->depth,
SNA_CREATE_FB))) {
DBG(("%s: new back buffer\n", __FUNCTION__));
- set_pixmap(sna, front, pixamp);
+ set_pixmap(sna, front, pixmap);
}
exchange: