vino r1032 - in trunk: . server



Author: jwendell
Date: Tue Dec 23 20:02:16 2008
New Revision: 1032
URL: http://svn.gnome.org/viewvc/vino?rev=1032&view=rev

Log:
2008-12-23  Jonh Wendell  <jwendell gnome org>

	* server/vino-fb.c (vino_fb_init_xdamage):
	  Don't check if we are running at a composited screen and disable
	  XDamage extension. This should work fine nowadays.



Modified:
   trunk/ChangeLog
   trunk/server/vino-fb.c

Modified: trunk/server/vino-fb.c
==============================================================================
--- trunk/server/vino-fb.c	(original)
+++ trunk/server/vino-fb.c	Tue Dec 23 20:02:16 2008
@@ -697,14 +697,6 @@
   int       major, minor;
   XGCValues values;
 
-  /* FIXME: Remove this as soon as XDamage works with 3D Desktop */
-  if (gdk_screen_is_composited (vfb->priv->screen))
-    {
-      /* not using dprintf() because i want everybody sees that message */
-      printf ("\nComposite detected, disabling XDamage extension.\nThis is a workaround while XDamage extension does not work correctly with 3d desktops.\nHopefully it will work at next vino release.\n\n");
-      return;
-    }
-
   if (!XDamageQueryExtension (vfb->priv->xdisplay, &event_base, &error_base))
     return;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]