diff options
Diffstat (limited to 'src/radeon_present.c')
-rw-r--r-- | src/radeon_present.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_present.c b/src/radeon_present.c index 52ca03eb..5b1d5ab7 100644 --- a/src/radeon_present.c +++ b/src/radeon_present.c @@ -263,7 +263,7 @@ radeon_present_check_flip(RRCrtcPtr crtc, WindowPtr window, PixmapPtr pixmap, drmmode_crtc_private_ptr drmmode_crtc = get_drmmode_crtc(scrn, crtc); if (!drmmode_crtc || - drmmode_crtc->rotate_bo != NULL || + drmmode_crtc->rotate.bo != NULL || drmmode_crtc->dpms_mode != DPMSModeOn) return FALSE; } |