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:
committed by
Sven Neumann
parent
7dfb01937d
commit
7cfac711e2
@ -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
|
||||||
|
|||||||
@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user