public inbox for guile-gtk@sourceware.org
 help / color / mirror / Atom feed
From: Kevin Ryde <user42@zip.com.au>
To: guile-gtk@sources.redhat.com
Subject: Re: Added GdkImage support
Date: Fri, 04 Jul 2003 23:59:00 -0000	[thread overview]
Message-ID: <87n0ftsv12.fsf@zip.com.au> (raw)
In-Reply-To: <m3fznstu8v.fsf@lumo.pacujo.net>

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

Marko Rauhamaa <marko@pacujo.net> writes:
>
>  - gdk-1.2.defs, gdk-support.c, guile-gtk.h: Added GdkImage and the
>    related functions.

GdkImage is apparently not known to the gtk_type functions.

        * guile-gtk.c (sgtk_try_missing_type): Add GdkImage.


[-- Attachment #2: guile-gtk.c.gdkimage-missing.diff --]
[-- Type: text/plain, Size: 427 bytes --]

--- guile-gtk.c.~1.18.~	2003-06-19 10:45:59.000000000 +1000
+++ guile-gtk.c	2003-07-04 17:50:24.000000000 +1000
@@ -247,6 +247,10 @@
     { "GdkWMFunction", GTK_TYPE_FLAGS, NULL },
     { "GdkVisibilityState", GTK_TYPE_ENUM, NULL },
     { "GdkInputSource", GTK_TYPE_ENUM, NULL },
+
+    /* gtk 1.2.10 doesn't have type info for GdkImage */
+    { "GdkImage", GTK_TYPE_BOXED, NULL },
+
     {NULL, GTK_TYPE_NONE, NULL}
   };
 

      reply	other threads:[~2003-07-04 23:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-06  7:30 Marko Rauhamaa
2003-07-04 23:59 ` Kevin Ryde [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87n0ftsv12.fsf@zip.com.au \
    --to=user42@zip.com.au \
    --cc=guile-gtk@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).