On 04/30/12 16:30, Daniel Schaal wrote:
> ---
>  src/core/layer_region.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/core/layer_region.c b/src/core/layer_region.c
> index 1365adc..abdd2f6 100644
> --- a/src/core/layer_region.c
> +++ b/src/core/layer_region.c
> @@ -1203,7 +1203,7 @@ region_buffer_lock( CoreLayerRegion       *region,
>  
>       stereo = surface->config.caps & DSCAPS_STEREO;
>  
> -     D_DEBUG_AT( Core_LayersLock, "%s()\n" );
> +     D_DEBUG_AT( Core_LayersLock, "%s()\n", __FUNCTION__ );
>  
>       /* First unlock any previously locked buffer. */
>       if (region->left_buffer_lock.buffer) {

Thanks!

-- 
Best regards,
  Denis Oliver Kropp

.------------------------------------------.
| DirectFB - Hardware accelerated graphics |
| http://www.directfb.org/                 |
"------------------------------------------"
_______________________________________________
directfb-dev mailing list
directfb-dev@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to