summaryrefslogtreecommitdiff
path: root/randr
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-10-03 15:47:50 -0400
committerAdam Jackson <ajax@redhat.com>2008-10-03 17:51:19 -0400
commite6b1c1fada19268af559d89375989973729fdb19 (patch)
treee84369d508dd5045da27e00377434281397348ca /randr
parentfe616f9230b672edb89fca7516e750dc1b20c690 (diff)
const cleanup
Diffstat (limited to 'randr')
-rw-r--r--randr/rrscreen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/randr/rrscreen.c b/randr/rrscreen.c
index 8cce5ee25..9c2d09cc9 100644
--- a/randr/rrscreen.c
+++ b/randr/rrscreen.c
@@ -22,7 +22,7 @@
#include "randrstr.h"
-static int padlength[4] = {0, 3, 2, 1};
+static const int padlength[4] = {0, 3, 2, 1};
static CARD16
RR10CurrentSizeID (ScreenPtr pScreen);