X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fqueryimmodules.c;h=f4e561de449d94e7dec7153d3aae49662a0960e5;hb=d97861bd8b338c3d25d7ffb5496edee9eee9bfbb;hp=3e01bf06326860720091ffd5d6dc1ae9b14e99b6;hpb=f1a9c3efffa298e229e2e8b9a95e8cf3acb6a129;p=~andy%2Fgtk diff --git a/gtk/queryimmodules.c b/gtk/queryimmodules.c index 3e01bf063..f4e561de4 100644 --- a/gtk/queryimmodules.c +++ b/gtk/queryimmodules.c @@ -14,16 +14,13 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . */ #include "config.h" #include #include -#include #include #include @@ -37,9 +34,13 @@ #define SOEXT ("." G_MODULE_SUFFIX) #endif -#include "gtk/gtkimmodule.h" +#include "gtk/gtkimcontextinfo.h" #include "gtk/gtkversion.h" +#define GDK_DISABLE_DEPRECATION_WARNINGS + +#include "gtk/deprecated/gtkrc.h" + static void escape_string (GString *contents, const char *str) {