gnome-games r7988 - branches/gnome-2-24/glchess/src/lib/gtkui
- From: rancell svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-games r7988 - branches/gnome-2-24/glchess/src/lib/gtkui
- Date: Thu, 9 Oct 2008 03:09:09 +0000 (UTC)
Author: rancell
Date: Thu Oct 9 03:09:08 2008
New Revision: 7988
URL: http://svn.gnome.org/viewvc/gnome-games?rev=7988&view=rev
Log:
Fix incorrect function call for single buffered 3D display (Bug #555567)
Modified:
branches/gnome-2-24/glchess/src/lib/gtkui/chessview.py
Modified: branches/gnome-2-24/glchess/src/lib/gtkui/chessview.py
==============================================================================
--- branches/gnome-2-24/glchess/src/lib/gtkui/chessview.py (original)
+++ branches/gnome-2-24/glchess/src/lib/gtkui/chessview.py Thu Oct 9 03:09:08 2008
@@ -172,7 +172,7 @@
if self.__glDrawable.is_double_buffered():
self.__glDrawable.swap_buffers()
else:
- glFlush()
+ OpenGL.GL.glFlush()
self.__endGL()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]