summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2011-05-25 01:09:12 -0400
committerAlex Deucher <alexdeucher@gmail.com>2011-05-25 01:09:12 -0400
commitfab868c5f7d8cafdb0176d2751f216819a5ba66a (patch)
tree412eba27d1b59dfbb2186ac5ac65f7bff7a46a16
parentfe5c42f5155361006b687da824181418f688809f (diff)
EXA: make evergreen_fix_scissor_coordinates static
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
-rw-r--r--src/evergreen_accel.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/evergreen_accel.c b/src/evergreen_accel.c
index 5a0e3570..70f3c1f8 100644
--- a/src/evergreen_accel.c
+++ b/src/evergreen_accel.c
@@ -706,7 +706,8 @@ evergreen_set_tex_sampler (ScrnInfoPtr pScrn, tex_sampler_t *s)
/* workarounds for hw bugs in eg+ */
/* only affects screen/window/generic/vport. cliprects are not affected */
-void evergreen_fix_scissor_coordinates(ScrnInfoPtr pScrn, int *x1, int *y1, int *x2, int *y2)
+static void
+evergreen_fix_scissor_coordinates(ScrnInfoPtr pScrn, int *x1, int *y1, int *x2, int *y2)
{
RADEONInfoPtr info = RADEONPTR(pScrn);