aboutsummaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorDavid Dawes <dawes@xfree86.org>2001-03-19 23:48:35 +0000
committerDavid Dawes <dawes@xfree86.org>2001-03-19 23:48:35 +0000
commit86c41620a5f0a3b3af143bebdda0cca2114ade88 (patch)
treef639f8a33630a4beddb2e6fd2d2d88047de4b9e3 /linux
parent404a409ab302c99d8aceb85ede301b04780480d0 (diff)
merge/build fix
Diffstat (limited to 'linux')
-rw-r--r--linux/mga_drm.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/linux/mga_drm.h b/linux/mga_drm.h
index 7c296374..066b4e48 100644
--- a/linux/mga_drm.h
+++ b/linux/mga_drm.h
@@ -298,8 +298,9 @@ typedef struct drm_mga_iload {
typedef struct _drm_mga_blit {
unsigned int planemask;
- unsigned int source;
- unsigned int dest;
+ unsigned int srcorg;
+ unsigned int dstorg;
+ int src_pitch, dst_pitch;
int delta_sx, delta_sy;
int delta_dx, delta_dy;
int height, ydir; /* flip image vertically */