compile fix for build with DIRECT_ENABLE_DEBUG.

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.


svn path=/trunk/; revision=22583
This commit is contained in:
Sven Neumann
2009-03-25 00:07:12 +00:00
committed by Sven Neumann
parent 7dfb01937d
commit 7cfac711e2
2 changed files with 55 additions and 46 deletions

View File

@ -1,3 +1,9 @@
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.
2009-03-24 Matthias Clasen <mclasen@redhat.com> 2009-03-24 Matthias Clasen <mclasen@redhat.com>
Bug 576306 gdkscreen.c: get_nearest_monitor too simple, gives wrong Bug 576306 gdkscreen.c: get_nearest_monitor too simple, gives wrong

View File

@ -103,6 +103,9 @@ gdk_window_directfb_process_all_updates (void)
while (tmp_list) while (tmp_list)
{ {
GdkWindowObject *private = GDK_WINDOW_OBJECT( tmp_list->data ); 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) if (private->update_freeze_count)
{ {