diff options
-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 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 */ |