gtkglarea r120 - in trunk: . gtkgl



Author: samh
Date: Thu Feb 19 13:58:25 2009
New Revision: 120
URL: http://svn.gnome.org/viewvc/gtkglarea?rev=120&view=rev

Log:
* gtkgl/gdkgl.c: fix a pointer/int confusion warning on Win32.

Modified:
   trunk/ChangeLog
   trunk/gtkgl/gdkgl.c

Modified: trunk/gtkgl/gdkgl.c
==============================================================================
--- trunk/gtkgl/gdkgl.c	(original)
+++ trunk/gtkgl/gdkgl.c	Thu Feb 19 13:58:25 2009
@@ -615,7 +615,7 @@
 #elif defined GDK_WINDOWING_X11
 #else
   g_warning ("gdk_gl_pixmap_make_current not implemented on " PLATFORM);
-  return NULL;
+  return 0;
 #endif
 
   g_return_val_if_fail (GDK_IS_GL_PIXMAP(glpixmap), FALSE);



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