Re: clearing a gdk_image through memset



"Norman Black" <stonybrk ix netcom com> writes:
You are much better off using a GdkPixbuf for client-side image data,
since it has a fixed format. GdkImage is just the raw format of the
display hardware.

What about Gdk_Rgb.


GdkPixbuf is just a nice object that holds your RGB data. 

You could also use plain RGB arrays and GdkRGB, yes.

Havoc




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