summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-08-21 11:46:08 +0100
committerThomas White <taw@bitwiz.org.uk>2009-08-21 11:49:27 +0100
commit41eacee1f2e411f38ed59698bf4776e8171cbd74 (patch)
tree78fad0e83b495f929de3c67d75a0b09e79e62ada
parent270241cebfac55088868c686c3ffa3b0b4f94fe1 (diff)
Typo
Thanks for Martin Jansa (JaMa) for spotting this.
-rw-r--r--src/glamo-dri2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glamo-dri2.c b/src/glamo-dri2.c
index ae62ef4..bac8331 100644
--- a/src/glamo-dri2.c
+++ b/src/glamo-dri2.c
@@ -69,8 +69,8 @@ static DRI2BufferPtr glamoCreateBuffer(DrawablePtr pDraw,
#else
-static DRI2BufferPtr glamoCreateBuffer(DrawablePtr pDraw,
- unsigned int *attachments, int count)
+static DRI2BufferPtr glamoCreateBuffers(DrawablePtr pDraw,
+ unsigned int *attachments, int count)
{
ScreenPtr pScreen = pDraw->pScreen;
DRI2BufferPtr buffers;