From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8268 invoked by alias); 7 May 2003 04:22:15 -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 8261 invoked from network); 7 May 2003 04:22:14 -0000 Received: from unknown (HELO lumo.pacujo.net) (209.77.185.85) by sources.redhat.com with SMTP; 7 May 2003 04:22:14 -0000 Received: (from marko@localhost) by lumo.pacujo.net (8.11.6/8.11.6/SuSE Linux 0.5) id h474EFa19053; Tue, 6 May 2003 21:14:15 -0700 To: guile-gtk@sources.redhat.com Subject: Completed RGB functionality From: Marko Rauhamaa Date: Wed, 07 May 2003 04:22:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-q2/txt/msg00029.txt.bz2 Summary: Completed RGB functionality. Details and Notes: - gdk-1.2.defs: Decided not to implement the function gdk_rgb_xpixel_from_rgb since it would have no use in scheme code. Instead, I implemented (gdk-color-new rgb), which calls gdk_rgb_xpixel_from_rgb to create a new GdkColor. Gdk-color-new has no C equivalent. - gdk-1.2.defs: Made the "pixel" field of GdkColor accessible to scheme code. - gdk-1.2.defs, guile-gtk.h, gdk-support.c: Implemented GdkRgbCmap and the remaining RGB functions. - All RGB functions make sure gdk_rgb_init gets called. The redundant function gdk-rgb-init is still accessible from scheme code, though. -- Marko Rauhamaa mailto:marko@pacujo.net http://pacujo.net/marko/