Re: gdk_draw_bitmap?




On Thu, 29 Jul 1999, Havoc Pennington wrote:

> gdk_draw_pixmap() should work, but notice that you can only draw a bitmap
> to another bitmap (in general, the bit depths of the two pixmaps have to
> match).
> 

In other words, pixmaps (bitmaps) can be drawn only onto drawables with
the same depth, right?

Anyway, either the declaration of gdk_draw_bitmap shoud be removed or the
function should be implemented. How it can be implemented is another
question: perhaps set the bitmap as the gc clip mask, then call
gdk_draw_rectangle()?

-Martynas




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