diff options
author | Deron Johnson <deron.johnson@sun.com> | 2005-01-06 04:14:02 +0000 |
---|---|---|
committer | Deron Johnson <deron.johnson@sun.com> | 2005-01-06 04:14:02 +0000 |
commit | d290e49ae8fc6bbb137f2ceef216662ef248e7f5 (patch) | |
tree | e9ae8dbeaba5b30c57fd04b60a6c8475cc5e1a98 /src/i810_dri.c | |
parent | 9e8e19c6fde15fe5b9bb7532316dedeeca54b8d9 (diff) |
Integrate updates from Xorg 6.8.2 RC2.lg3d-dev-0-6-1
VS: ----------------------------------------------------------------------
Diffstat (limited to 'src/i810_dri.c')
-rw-r--r-- | src/i810_dri.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i810_dri.c b/src/i810_dri.c index 0750f3f8..3dcf5cdb 100644 --- a/src/i810_dri.c +++ b/src/i810_dri.c @@ -290,7 +290,7 @@ I810DRIScreenInit(ScreenPtr pScreen) unsigned long dcacheHandle; int sysmem_size = 0; int back_size = 0; - int pitch_idx = 0; + unsigned int pitch_idx = 0; int bufs; int width = pScrn->displayWidth * pI810->cpp; int i; |