From 119b59cd0df00269bfe51d906657193217b8c884 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 25 Nov 2004 10:19:50 +0000 Subject: Remove the EOLN_NATIVE flag from a ton of files (patches & the like for which line ending conversions can break things). BKrev: 41a5b1c6eA2OPeQrDQEgEwAmKXvQJg --- xserver/xserver-kdrive/fbdev-not-fix.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'xserver') diff --git a/xserver/xserver-kdrive/fbdev-not-fix.patch b/xserver/xserver-kdrive/fbdev-not-fix.patch index e69de29bb2..f87e7cc2cd 100644 --- a/xserver/xserver-kdrive/fbdev-not-fix.patch +++ b/xserver/xserver-kdrive/fbdev-not-fix.patch @@ -0,0 +1,14 @@ +--- xserver/hw/kdrive/fbdev/fbdev.c~ 2004-09-15 00:08:10.000000000 +0100 ++++ xserver/hw/kdrive/fbdev/fbdev.c 2004-11-13 17:47:02.000000000 +0000 +@@ -198,6 +198,11 @@ + return FALSE; + } + ++ /* Re-get the "fixed" parameters since they might have changed */ ++ k = ioctl (priv->fd, FBIOGET_FSCREENINFO, &priv->fix); ++ if (k < 0) ++ perror ("FBIOGET_FSCREENINFO"); ++ + /* Now get the new screeninfo */ + ioctl (priv->fd, FBIOGET_VSCREENINFO, &priv->var); + depth = priv->var.bits_per_pixel; -- cgit v1.2.3