gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-dev] WARNING: add_bitmap called with bi=NULL


From: strk
Subject: [Gnash-dev] WARNING: add_bitmap called with bi=NULL
Date: Sun, 5 Nov 2006 23:01:11 +0100

Udo, in render_handler_agg_style.cpp (line 305):

(add_bitmap method)

        // NOTE: Apparently "bi" can be NULL in some cases and this should not
        // be treated as an error.
        log_msg("WARNING: add_bitmap called with bi=NULL");

Where does the add_bitmap method come from ?
It seems not be a render_handler.h interface, so is it AGG-only ?
I think the behaviour of being called with a NULL pointer should
be documented in it's definition.

--strk;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]