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:
@ -22,6 +22,10 @@ if XINPUT_GXI
|
||||
xinput_sources = \
|
||||
gdkinput-x11.c \
|
||||
gdkinput-gxi.c
|
||||
gxid_sources = \
|
||||
gxid_lib.c \
|
||||
gxid_lib.h \
|
||||
gxid_proto.h
|
||||
else
|
||||
if XINPUT_XFREE
|
||||
xinput_sources = \
|
||||
@ -59,12 +63,10 @@ libgdk_x11_la_SOURCES = \
|
||||
gdkwindow-x11.c \
|
||||
gdkwindow-x11.h \
|
||||
gdkxid.c \
|
||||
gxid_lib.c \
|
||||
gxid_lib.h \
|
||||
gxid_proto.h \
|
||||
gdkx.h \
|
||||
gdkprivate-x11.h \
|
||||
gdkinputprivate.h \
|
||||
$(gxid_sources) \
|
||||
xsettings-client.h \
|
||||
xsettings-client.c \
|
||||
xsettings-common.h \
|
||||
|
||||
Reference in New Issue
Block a user