A question regarding gtk_clipboard_request_text

2005-08-09 Thread Wang, Yong Y
Title: A question regarding gtk_clipboard_request_text Hi, I have a question regarding the function void gtk_clipboard_request_text (GtkClipboard *clipboard,     GtkClipboardTextReceivedFunc callback,    

Re: configure.in changes

2005-08-09 Thread James Henstridge
Owen Taylor wrote: >So, if people want to test out what is in CVS now I'd appreciate it, >especially for those deviating from the central stream of >Linux+recent X.org. > > I hit a compile problem, and committed the attached patch to fix it. If $X_PACKAGES contained any pkg-config package nam

configure.in changes

2005-08-09 Thread Owen Taylor
I just rewrote large chunks of the X checks in configure.in ... there were a couple of points of this: - Remove the entanglements with pangoxft, which I've removed as a dependency of GTK+. - Use pkg-config as much as possible rather than older heuristics. With X11R7 .pc files for the X li

Re: some things in GTK+ 2.7.5

2005-08-09 Thread Soeren Sandmann
Benoit Carpentier <[EMAIL PROTECTED]> writes: > lines 199 to 209 : > > if (GTK_WIDGET_MAPPED (widget) && > paned->child1->allocation.height < > child1_allocation.height) > { > gtk_widget_size_allocate (paned->child2, > &child2_allocation); > gtk_widget_size_allocat

Re: Linking glib with gld in Irix

2005-08-09 Thread Albert Chin
On Mon, Aug 08, 2005 at 03:41:19PM +0200, Magnus Bergman wrote: > I have problems building glib (2.6.6) in Irix using GCC, gas and gld > (no, I don't forget to use --with-gnu-ld). It fails then linking > glib-genmarshal against glib because some symbols, including g_malloc > cannot be found. Then I

some things in GTK+ 2.7.5

2005-08-09 Thread Benoit Carpentier
Hi everybody, Some questions and remarks about files of GTK+ 2.7.5 : in GTK+ 2.7.5\gtk\gtkvpaned.c lines 199 to 209 : if (GTK_WIDGET_MAPPED (widget) && paned->child1->allocation.height < child1_allocation.height) { gtk_widget_size_allocate (paned->child2, &child2_a

Re: Linking glib with gld in Irix

2005-08-09 Thread Magnus Bergman
On Mon, 08 Aug 2005 10:59:15 -0400 Matthias Clasen <[EMAIL PROTECTED]> wrote: > On Mon, 2005-08-08 at 15:41 +0200, Magnus Bergman wrote: > > I have problems building glib (2.6.6) in Irix using GCC, gas and gld > > (no, I don't forget to use --with-gnu-ld). It fails then linking > > glib-genmarshal