mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 02:58:02 +02:00
Fixed debug statement that broke compile
This commit is contained in:
parent
8601c2c683
commit
e0bec64c98
1 changed files with 1 additions and 1 deletions
|
|
@ -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->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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue