[ekiga/ds-clutter: 3/8] ExtWindow: Disable set_ext_display_info call.



commit d76ad8c4d508706c22fd487a2e404777d507e2d3
Author: Damien Sandras <dsandras beip be>
Date:   Sun Dec 29 14:26:14 2013 +0100

    ExtWindow: Disable set_ext_display_info call.
    
    That code has not been ported yet. This is still a TODO.

 lib/engine/gui/gtk-frontend/ext-window.cpp |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/lib/engine/gui/gtk-frontend/ext-window.cpp b/lib/engine/gui/gtk-frontend/ext-window.cpp
index 6a657a0..5826e5e 100644
--- a/lib/engine/gui/gtk-frontend/ext-window.cpp
+++ b/lib/engine/gui/gtk-frontend/ext-window.cpp
@@ -148,7 +148,8 @@ clear_display_info (EkigaExtWindow *ew)
   info.window = 0;
 #endif
 
-  ew->priv->vocore->set_ext_display_info (info);
+  // FIXME
+  //ew->priv->vocore->set_ext_display_info (info);
 }
 
 static GObject *
@@ -237,7 +238,7 @@ draw_event (GtkWidget *widget,
   info.mode = Ekiga::VO_MODE_REMOTE_EXT;
   info.config_info_set = TRUE;
 
-  ew->priv->vocore->set_ext_display_info (info);
+  //ew->priv->vocore->set_ext_display_info (info);
 
   return handled;
 }


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