Revision: 19100
http://vice-emu.svn.sourceforge.net/vice-emu/?rev=19100&view=rev
Author: pottendo
Date: 2008-08-02 20:09:21 +0000 (Sat, 02 Aug 2008)
Log Message:
-----------
Remove call to `openGL_sync_with_raster()'
Modified Paths:
--------------
branches/pottendo/v2.0-work/vice/src/arch/unix/x11/gnome/gnomevideo.c
Modified: branches/pottendo/v2.0-work/vice/src/arch/unix/x11/gnome/gnomevideo.c
===================================================================
--- branches/pottendo/v2.0-work/vice/src/arch/unix/x11/gnome/gnomevideo.c 2008-08-02 20:08:30 UTC (rev 19099)
+++ branches/pottendo/v2.0-work/vice/src/arch/unix/x11/gnome/gnomevideo.c 2008-08-02 20:09:21 UTC (rev 19100)
@@ -210,10 +210,6 @@
canvas->gdk_image_size.width*3,
24);
-
-#ifdef HAVE_OPENGL_SYNC
- openGL_sync_with_raster();
-#endif
/* Schedule redraw of the rendered area. */
{
GdkRectangle rect = {xi, yi, w, h};
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|