From b539bf4fd4fdc4a05b2aa07911c3eadd6554a3d9 Mon Sep 17 00:00:00 2001 From: Xiang, Haihao Date: Sun, 4 Jan 2009 15:12:32 +0800 Subject: [PATCH] restore block handler after cleaning up rotation data. Fixes bug #19343 --- hw/xfree86/modes/xf86Rotate.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/hw/xfree86/modes/xf86Rotate.c b/hw/xfree86/modes/xf86Rotate.c index 8e03c6c..47bcddc 100644 --- a/hw/xfree86/modes/xf86Rotate.c +++ b/hw/xfree86/modes/xf86Rotate.c @@ -328,6 +328,7 @@ xf86RotateDestroy (xf86CrtcPtr crtc) } DamageDestroy (xf86_config->rotation_damage); xf86_config->rotation_damage = NULL; + pScreen->BlockHandler = xf86_config->BlockHandler; } } -- 1.5.4.3