From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15927 invoked by alias); 6 May 2003 07:30:06 -0000 Mailing-List: contact guile-gtk-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: guile-gtk-owner@sources.redhat.com Received: (qmail 15920 invoked from network); 6 May 2003 07:30:05 -0000 Received: from unknown (HELO lumo.pacujo.net) (209.77.185.85) by sources.redhat.com with SMTP; 6 May 2003 07:30:05 -0000 Received: (from marko@localhost) by lumo.pacujo.net (8.11.6/8.11.6/SuSE Linux 0.5) id h467M9H08427; Tue, 6 May 2003 00:22:09 -0700 To: guile-gtk@sources.redhat.com Subject: Added GdkImage support From: Marko Rauhamaa Date: Tue, 06 May 2003 07:30:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-q2/txt/msg00024.txt.bz2 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/