[pkg-fso-commits] [SCM] xf86-video-glamo, SMedia Glamo video driver for X.Org branch, master, updated. upstream/0.0.0+20090707.git98c012f7-57-g9918e08
Thomas White
taw at bitwiz.org.uk
Fri Jan 8 13:24:48 UTC 2010
The following commit has been merged in the master branch:
commit 3935ce27071cb70ae58c81c928c1726f6f6f7c53
Author: Thomas White <taw at bitwiz.org.uk>
Date: Tue Aug 18 23:59:22 2009 +0100
Don't call xf86_reload_cursors()
It's not necessary for our software cursor (I think..?)
diff --git a/src/glamo-kms-output.c b/src/glamo-kms-output.c
index f9f5ff6..724dbad 100644
--- a/src/glamo-kms-output.c
+++ b/src/glamo-kms-output.c
@@ -120,9 +120,6 @@ static void mode_set(xf86OutputPtr output, DisplayModePtr mode,
static void commit(xf86OutputPtr output)
{
dpms(output, DPMSModeOn);
-
- if (output->scrn->pScreen != NULL)
- xf86_reload_cursors(output->scrn->pScreen);
}
--
xf86-video-glamo, SMedia Glamo video driver for X.Org
More information about the pkg-fso-commits
mailing list