xf86-video-intel: src/sna/sna_display.c

Chris Wilson ickle at kemper.freedesktop.org
Fri May 24 07:16:07 PDT 2013


 src/sna/sna_display.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fce4292ab7216a1c610ffc57aa6763e05b458904
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Fri May 24 15:15:13 2013 +0100

    sna: Fix cut'n'paste compile error from previous commit
    
    Always check for outstanding diff before pushing.
    
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/src/sna/sna_display.c b/src/sna/sna_display.c
index 7818f34..d4c77cb 100644
--- a/src/sna/sna_display.c
+++ b/src/sna/sna_display.c
@@ -2568,7 +2568,7 @@ sna_mode_resize(ScrnInfoPtr scrn, int width, int height)
 	if (!new_front)
 		return FALSE;
 
-	xf86DrvMsg(crtc->scrn->scrnIndex, X_INFO,
+	xf86DrvMsg(scrn->scrnIndex, X_INFO,
 		   "resizing framebuffer to %dx%d\n",
 		   width, height);
 


More information about the xorg-commit mailing list