diff options
author | David Dawes <dawes@xfree86.org> | 2001-03-19 23:48:35 +0000 |
---|---|---|
committer | David Dawes <dawes@xfree86.org> | 2001-03-19 23:48:35 +0000 |
commit | 86c41620a5f0a3b3af143bebdda0cca2114ade88 (patch) | |
tree | f639f8a33630a4beddb2e6fd2d2d88047de4b9e3 | |
parent | 404a409ab302c99d8aceb85ede301b04780480d0 (diff) |
merge/build fix
-rw-r--r-- | linux/mga_drm.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linux/mga_drm.h b/linux/mga_drm.h index 7c296374c..066b4e480 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 */ |