Re: Depth related assertion in gdk_drawable_set_colormap()



Hi,

On Thu, 2006-12-14 at 11:10 +0530, Karunakaran A wrote:

>   We are getting some depth related assertions at time of running
> mozilla over gtkDFB port.
> The assertion is coming for the following functions:
> --------------------------
> pixmap = gdk_pixmap_new(NULL,x,y, gdk_rgb_get_visual());
> gdk_drawable_set_colormap(pixmap, gdk_rgb_get_colormap());
> --------------------------
> 
> It says the depth of drawable is not equal with the depth of
> colormap.
> any suggestions or any example code through which we can solve
> it??????

What about using a debugger, setting a breakpoint or using
--g-fatal-warnings, locating the problem, fixing it and submitting a
patch (if it turns out that the problem is in gdk-directfb)?


Sven






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