From 404a409ab302c99d8aceb85ede301b04780480d0 Mon Sep 17 00:00:00 2001 From: David Dawes Date: Mon, 19 Mar 2001 21:39:36 +0000 Subject: Initial XFree86 4.0.99.1 merge. --- linux/mga_drm.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'linux/mga_drm.h') diff --git a/linux/mga_drm.h b/linux/mga_drm.h index 5cf86318..7c296374 100644 --- a/linux/mga_drm.h +++ b/linux/mga_drm.h @@ -296,14 +296,14 @@ typedef struct drm_mga_iload { unsigned int length; } drm_mga_iload_t; -typedef struct drm_mga_blit { +typedef struct _drm_mga_blit { unsigned int planemask; - unsigned int srcorg; - unsigned int dstorg; - int src_pitch, dst_pitch; + unsigned int source; + unsigned int dest; int delta_sx, delta_sy; int delta_dx, delta_dy; int height, ydir; /* flip image vertically */ + int source_pitch, dest_pitch; } drm_mga_blit_t; #endif -- cgit v1.2.3