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:
Owen Taylor
2002-01-31 16:37:27 +00:00
committed by Owen Taylor
parent 2947596ca5
commit 160725555e
11 changed files with 84 additions and 20 deletions

View File

@ -119,7 +119,7 @@ static gchar *XAtomsStrings[] = {
#define ATOM_TO_INDEX(atom) (GPOINTER_TO_UINT(atom))
#define INDEX_TO_ATOM(atom) ((GdkAtom)GUINT_TO_POINTER(atom))
void
static void
insert_atom_pair (GdkAtom virtual_atom,
Atom xatom)
{