ekiga r7099 - in branches/gnome-2-24: . lib/gui



Author: mschneid
Date: Thu Sep 25 19:41:51 2008
New Revision: 7099
URL: http://svn.gnome.org/viewvc/ekiga?rev=7099&view=rev

Log:
Fix possible X timing issue.


Modified:
   branches/gnome-2-24/ChangeLog
   branches/gnome-2-24/NEWS
   branches/gnome-2-24/lib/gui/xvwindow.cpp

Modified: branches/gnome-2-24/NEWS
==============================================================================
--- branches/gnome-2-24/NEWS	(original)
+++ branches/gnome-2-24/NEWS	Thu Sep 25 19:41:51 2008
@@ -1,4 +1,5 @@
 Changes since Ekiga 3.00
+- Fix possible X timing issue
 - Fix message box when device was unplugged in out-of-call state (#552262)
 - Fix handling when closing addressbook- and chat-window using the window frame (Jan Schampera)
 - Various string fixes, typo fixes, translator helps (Jan Schampera)

Modified: branches/gnome-2-24/lib/gui/xvwindow.cpp
==============================================================================
--- branches/gnome-2-24/lib/gui/xvwindow.cpp	(original)
+++ branches/gnome-2-24/lib/gui/xvwindow.cpp	Thu Sep 25 19:41:51 2008
@@ -220,7 +220,6 @@
     _XVImage[i]->data = (char*) malloc(_XVImage[i]->data_size);
   }
 
-    XSync(_display, False);
     PTRACE(1, "XVideo\tNot using SHM extension");
 #ifdef HAVE_SHM
   }
@@ -229,6 +228,7 @@
   }
 #endif
 
+  XSync(_display, False);
 
   _isInitialized = true;
   XUnlockDisplay (_display);



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