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]

Re: gdk-1.2.defs loses on gdk_draw_text, gdk_draw_points


Greg Troxel <gdt@fnord.ir.bbn.com> writes:

> After fixing the string-append problem, I had two more problems.

Fixed!  (I had the change sitting in my sources, but I forgot to
commit it...)
 
> One was that gdk_draw_text was said to have wrong args.  In
> gdk-1.2.defs, I don't see where the text argument is defined.

Fixed!
 
> Another was gdk_draw_points, which depends on GdkPoint.

Fixed!  There is no GdkPoint type, I used `(cvecr point)' instead.

> GdkPoint seems to be commented out.

The GdkPoint definition is bogus.  Hmm, I should remove it...

Thanks for reporting this!

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