diff options
Diffstat (limited to 'src/i830_accel.c')
-rw-r--r-- | src/i830_accel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/i830_accel.c b/src/i830_accel.c index 1a7c61fa..11a75f44 100644 --- a/src/i830_accel.c +++ b/src/i830_accel.c @@ -48,9 +48,9 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "i830_ring.h" #include "i915_drm.h" -unsigned long intel_get_pixmap_pitch(PixmapPtr pPix) +unsigned long intel_get_pixmap_pitch(PixmapPtr pixmap) { - return (unsigned long)pPix->devKind; + return (unsigned long)pixmap->devKind; } void I830Sync(ScrnInfoPtr scrn) |