[byzanz] Byzanz should now work with 16bpp X servers



commit a8924ab441b43d053954ea3f0e224e1156ae8045
Author: Benjamin Otte <otte gnome org>
Date:   Sat Aug 15 22:34:06 2009 +0200

    Byzanz should now work with 16bpp X servers
    
    Cairo takes care of this.

 src/byzanzapplet.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/src/byzanzapplet.c b/src/byzanzapplet.c
index 89fefd5..3683b30 100644
--- a/src/byzanzapplet.c
+++ b/src/byzanzapplet.c
@@ -234,13 +234,6 @@ byzanz_applet_start_recording (AppletPrivate *priv)
   }
   /* check for correct bpp */
   window = gdk_get_default_root_window ();
-  if (gdk_drawable_get_depth (window) != 24 && 
-      gdk_drawable_get_depth (window) != 32) {
-    byzanz_applet_show_error (NULL, _("Cannot start recording."),
-	_("Byzanz requires a 24bpp or 32bpp depth for recording. "
-	  "The current resolution is set to %dbpp."), gdk_drawable_get_depth (window));
-    goto out;
-  }
   
   priv->tmp_file = (char *) "SELECTING"; /* so the rest of the world thinks we're recording */
   byzanz_applet_update (priv);



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