Hi, On Mon, 2008-11-24 at 16:04 +0000, [EMAIL PROTECTED] wrote:
> > GIMP does not use the terms CF_DIB nor CF_BITMAP. It would help if > > you could explain what these are. > > They are Windows API constants used to identify types of data in the > clipboard. One of these would be the first argument to the Windows API > function SetClipboardData(), for example. See > > http://msdn.microsoft.com/en-us/library/ms649013(VS.85).aspx > > If this doesn't help, I'll try to look at the GIMP source code later and > translate these into GIMP terminology. That doesn't help as GIMP doesn't use the Windows API directly. This is all abstracted away in GTK+. You may want to check how GTK+ does the translation to the Windows API. Sven _______________________________________________ Gimp-user mailing list [email protected] https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
