gtk+ r22584 - in branches/gtk-2-14: . gdk/directfb



Author: neo
Date: Wed Mar 25 00:09:14 2009
New Revision: 22584
URL: http://svn.gnome.org/viewvc/gtk+?rev=22584&view=rev

Log:
2009-03-25  Sven Neumann  <sven gimp org>

	* gdk/directfb/gdkwindow-directfb.c
	(gdk_window_directfb_process_all_updates): compile fix for build
	with DIRECT_ENABLE_DEBUG.



Modified:
   branches/gtk-2-14/ChangeLog
   branches/gtk-2-14/gdk/directfb/gdkwindow-directfb.c

Modified: branches/gtk-2-14/gdk/directfb/gdkwindow-directfb.c
==============================================================================
--- branches/gtk-2-14/gdk/directfb/gdkwindow-directfb.c	(original)
+++ branches/gtk-2-14/gdk/directfb/gdkwindow-directfb.c	Wed Mar 25 00:09:14 2009
@@ -103,6 +103,9 @@
   while (tmp_list)
     {
       GdkWindowObject *private = GDK_WINDOW_OBJECT( tmp_list->data );
+#ifdef DIRECT_ENABLE_DEBUG
+      GdkWindowImplDirectFB *wimpl = GDK_WINDOW_IMPL_DIRECTFB (private->impl);
+#endif
 
       if (private->update_freeze_count)
         {



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