View | Details | Raw Unified | Return to bug 537488
Collapse All | Expand All

(-)a/hw/xfree86/modes/xf86Crtc.c (-1 / +1 lines)
Lines 2178-2184 xf86TargetUserpref(ScrnInfoPtr scrn, xf86CrtcConfigPtr config, Link Here
2178
	    return 
2178
	    return 
2179
		xf86TargetFallback(scrn, config, modes, enabled, width, height);
2179
		xf86TargetFallback(scrn, config, modes, enabled, width, height);
2180
2180
2181
    return FALSE;
2181
    return xf86TargetFallback(scrn, config, modes, enabled, width, height);
2182
}
2182
}
2183
2183
2184
2184

Return to bug 537488