This is the mail archive of the guile-gtk@sources.redhat.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Added GdkImage support


Summary: Added GdkImage support.

Details and notes:

 - The changes compile. No testing has been carried out yet.

 - build-guile-gtk-1.2: Added yet another builtin integer type: uint32.
   Since the integer and unsigned types are registered almost
   identically, I introduced register-integer-type and
   register-unsigned-type for the job.

 - gdk-1.2.defs: Removed redundant conversion option for GdkColor.

 - gdk-1.2.defs, gdk-support.c, guile-gtk.h: Added GdkImage and the
   related functions.

 - gdk-1.2.defs: Removed gdk_region_destroy, which I accidentally
   introduced in the previous commit. (The GC should be let to deal with
   client memory resources.)

-- 
Marko Rauhamaa      mailto:marko@pacujo.net     http://pacujo.net/marko/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]