public inbox for guile-gtk@sourceware.org
 help / color / mirror / Atom feed
* rgb gbooleans
@ 2003-08-08 23:38 Kevin Ryde
  0 siblings, 0 replies; only message in thread
From: Kevin Ryde @ 2003-08-08 23:38 UTC (permalink / raw)
  To: guile-gtk

[-- Attachment #1: Type: text/plain, Size: 151 bytes --]

FYI,
        * gdk-support.c, guile-gtk.h (gdk_rgb_ditherable_interp,
        gdk_rgb_set_verbose_interp): Correction, return and param are gboolean.


[-- Attachment #2: gdk-support.c.rgb-gboolean.diff --]
[-- Type: text/plain, Size: 417 bytes --]

--- gdk-support.c.~1.30.~	2003-08-05 10:32:59.000000000 +1000
+++ gdk-support.c	2003-08-09 09:37:44.000000000 +1000
@@ -1278,7 +1278,7 @@
   return gdk_rgb_get_visual ();
 }
 
-int
+gboolean
 gdk_rgb_ditherable_interp (void)
 {
   rgb_init();
@@ -1286,7 +1286,7 @@
 }
 
 void
-gdk_rgb_set_verbose_interp (int verbose)
+gdk_rgb_set_verbose_interp (gboolean verbose)
 {
   rgb_init();
   gdk_rgb_set_verbose (verbose);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-08-08 23:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-08 23:38 rgb gbooleans Kevin Ryde

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).