Re: [gtk+osx] Alternatives to nonworking gdk_pixmap_create_from_data()?
Status: Beta
Brought to you by:
jralls
From: Andy P. <en...@li...> - 2004-01-27 04:29:57
|
Patches should be submitted to the sourceforge section of the site. http://sourceforge.net/tracker/?group_id=70160&atid=526809 Also, here's a howto on creating patches. http://cinepaint.sourceforge.net/docs/patches.html Andy William MacKay wrote: > Sounds good. In that case, how can i submit patches? I'm new to this > whole working-with-other-people thing. > > On 26 Jan 2004, at 11:50, David Burnett wrote: > >> William MacKay wrote: >> >>> It looks like gdk_pixmap_create_from_data() is nonworking right now, >>> since it calls gdk_draw_pixmap() with a NULL source, which causes it >>> to immediately return. Can you reccomend any alternatives to this >>> function that i can use to take raw pixel data >> >> >> It looks like it would be easier to fix gdk_pixmap_create_from_data. >> After a quick look world appear to need a function that's a copy of >> gdk_pixmap_new which calls a new function instead of MacGWind_NewPixMap. >> >> That new function is a copy of MacGWind_NewPixMap except it copies the >> data into the GWorldPixMap. >> >> The only problem with that is >> >> a) RGB byte order ??? >> b) is gdk_pixmap_create_from_data supposed to copy the data or use it >> in place? >> >> Dave > > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Gtk-osx-developer mailing list > Gtk...@li... > https://lists.sourceforge.net/lists/listinfo/gtk-osx-developer |