summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;