diff options
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h index 0c775564..59c2282c 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -784,6 +784,10 @@ struct radeon_accel_state { // composite Bool component_alpha; Bool src_alpha; + // vline + xf86CrtcPtr vline_crtc; + int vline_y1; + int vline_y2; #endif #ifdef USE_XAA |