diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-01-31 16:37:27 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-01-31 16:37:27 +0000 |
commit | 160725555e03302aa52f9121e00587fb7c1488d6 (patch) | |
tree | 0214d4204bf054cd69d0d7eb9352c3500d89af0a /gtk/gtkimmodule.c | |
parent | 2947596ca533860dbebdb4c5d4d8fe76b6ebdab7 (diff) | |
download | gdk-pixbuf-160725555e03302aa52f9121e00587fb7c1488d6.tar.gz |
Fix another missing static.
Thu Jan 31 11:33:52 2002 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkproperty-x11.c (insert_atom_pair): Fix
another missing static.
* gtk/gtkimmodule.c (n_loaded_contexts): And another.
* gdk/x11/Makefile.am gdk/x11/gxid_lib.c: Don't
build gxid sources at all except in the vanishingly
rare case of --with-xinput=xfree.
Diffstat (limited to 'gtk/gtkimmodule.c')
-rw-r--r-- | gtk/gtkimmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkimmodule.c b/gtk/gtkimmodule.c index 85f1c927c..ff571c75b 100644 --- a/gtk/gtkimmodule.c +++ b/gtk/gtkimmodule.c @@ -76,7 +76,7 @@ struct _GtkIMModuleClass GType gtk_im_module_get_type (void); -gint n_loaded_contexts = 0; +static gint n_loaded_contexts = 0; static GHashTable *contexts_hash = NULL; static GSList *modules_list = NULL; |