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.
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user