warnings in gtk/gtkimmodule.c



Hi,

is this the correct fix?

--- 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"


Salut, Sven




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