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=/branches/gtk-2-14/; revision=22584
This commit is contained in:
committed by
Sven Neumann
parent
271ae0f284
commit
8777926359
@@ -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-11 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
Bug 573067 - Intra-app dnd of text behavior on Windows is wrong
|
||||
|
||||
@@ -103,6 +103,9 @@ gdk_window_directfb_process_all_updates (void)
|
||||
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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user