[cairo-commit] 2 commits - src/cairo-directfb-surface.c

Michael Emmel memmel at kemper.freedesktop.org
Wed Aug 2 14:39:23 PDT 2006


 src/cairo-directfb-surface.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree c05dd48ac1afe0e4f3ec0c24797a9fbc3f98ce85 (from parents)
Merge: e0bec64c98f98fb2d4b460e8641b1b09f808d233 0da4b9319f53379e0ae61b90337f49bd0f0fc9c5
Author: Michael Emmel <memmel at debian.localdomain>
Date:   Wed Aug 2 14:32:50 2006 -0700

    Merge branch 'master' of ssh+git://git.cairographics.org/git/cairo

diff-tree e0bec64c98f98fb2d4b460e8641b1b09f808d233 (from 8601c2c68306c956744399099a941363d446b906)
Author: Michael Emmel <memmel at debian.localdomain>
Date:   Wed Aug 2 14:32:24 2006 -0700

    Fixed debug statement that broke compile

diff --git a/src/cairo-directfb-surface.c b/src/cairo-directfb-surface.c
index b8d15ab..fdff40a 100644
--- a/src/cairo-directfb-surface.c
+++ b/src/cairo-directfb-surface.c
@@ -349,7 +349,7 @@ _directfb_acquire_surface (cairo_directf
             surface->dfbsurface->GetSize (surface->dfbsurface,&source_rect.w, &source_rect.h);   
         }
         D_DEBUG_AT (Cairo_DirectFB, "%s buffer for surface.\n",
-                         surface->dfbbuffer ? "Reallocating" : "Allocating");
+                         surface->dfbsurface ? "Reallocating" : "Allocating");
         cairo_format = directfb_to_cairo_format(DSPF_ARGB);    
         buffer = _directfb_buffer_surface_create (surface->dfb,DSPF_ARGB,source_rect.w,source_rect.h);
         if (!buffer)


More information about the cairo-commit mailing list