diff options
author | Martin-Éric Racine <q-funk@iki.fi> | 2009-08-31 23:24:30 +0300 |
---|---|---|
committer | Martin-Éric Racine <q-funk@iki.fi> | 2009-08-31 23:24:30 +0300 |
commit | f1268f3ba8404129d358db3bb1e66f3841f7018a (patch) | |
tree | 30442e2fc97f9be6992c3103283ba6281dfe60a5 | |
parent | 34405a9c5cb0c30d45c12ef6850fc636a964e441 (diff) |
Fixed typo in GX2 dixSetPrivate patch. Kudos to Eamon Walsh!
-rw-r--r-- | src/gx_randr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gx_randr.c b/src/gx_randr.c index e6701ac..2669912 100644 --- a/src/gx_randr.c +++ b/src/gx_randr.c @@ -64,7 +64,7 @@ static int GXRandRIndex; #define XF86RANDRINFO(p) ((XF86RandRInfoPtr) (p)->devPrivates[GXRandRIndex].ptr) #else #define XF86RANDRINFO(p) ((XF86RandRInfoPtr) \ - dixLookupPrivate(&(p)->devPrivates, GXRandRIndex)); + dixLookupPrivate(&(p)->devPrivates, &GXRandRIndex)); #endif static int |