Re: warnings in gtk/gtkimmodule.c



Sven Neumann <sven gimp org> writes:

> Hi,
> 
> is this the correct fix?

The correct fix would be to either:

 rewrite it not to use those functions

Or:

 Export the functions.

I haven't decided which to do yet. If you file a bug on
bugzilla.gnome.org I'll remember to decide one way or the
other in the next day or two.

                                        Owen
 
> --- gtk/gtkimmodule.c	2001/03/03 18:39:32	1.4
> +++ gtk/gtkimmodule.c	2001/10/02 15:00:43
> @@ -30,7 +30,11 @@
>  #include <string.h>
>  
>  #include <gmodule.h>
> +
> +#define PANGO_ENABLE_BACKEND
>  #include <pango/pango-utils.h>
> +#undef PANGO_ENABLE_BACKEND
> +
>  #include "gtkimmodule.h"
>  #include "gtkimcontextsimple.h"
>  #include "gtkrc.h"




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]