Fixed debug message to use new member name

This commit is contained in:
Michael Emmel 2006-07-14 09:36:35 -07:00
parent 307a17f78c
commit 9907813d57

View file

@ -349,7 +349,7 @@ _directfb_acquire_surface (cairo_directfb_surface_t *surface,
surface->dfbsurface->GetSize (surface->dfbsurface,&source_rect.w, &source_rect.h);
}
D_DEBUG_AT (Cairo_DirectFB, "%s buffer for surface.\n",
surface->buffer ? "Reallocating" : "Allocating");
surface->dfbbuffer ? "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)