mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-01 18:50:09 +01:00
Basically just copied from randr properties, with minor changes only. Each device supports arbitrary properties that can be modified by clients. Modifications to the properties are passed to the driver (if applicable) and can then affect the configuration of the device. Note that device properties are limited to a specific device. A property set on a slave device does not migrate to the master.
102 lines
1.4 KiB
Makefile
102 lines
1.4 KiB
Makefile
noinst_LTLIBRARIES = libXi.la
|
|
|
|
AM_CFLAGS = $(DIX_CFLAGS)
|
|
|
|
libXi_la_SOURCES = \
|
|
allowev.c \
|
|
allowev.h \
|
|
chdevcur.c \
|
|
chdevcur.h \
|
|
chgdctl.c \
|
|
chgdctl.h \
|
|
chdevhier.c \
|
|
chdevhier.h \
|
|
chgfctl.c \
|
|
chgfctl.h \
|
|
chgkbd.c \
|
|
chgkbd.h \
|
|
chgkmap.c \
|
|
chgkmap.h \
|
|
chgprop.c \
|
|
chgprop.h \
|
|
chgptr.c \
|
|
chgptr.h \
|
|
chaccess.c \
|
|
chaccess.h \
|
|
closedev.c \
|
|
closedev.h \
|
|
devbell.c \
|
|
devbell.h \
|
|
exevents.c \
|
|
exglobals.h \
|
|
extgrbdev.c \
|
|
extgrbdev.h \
|
|
extinit.c \
|
|
getbmap.c \
|
|
getbmap.h \
|
|
getcptr.c \
|
|
getcptr.h \
|
|
getdctl.c \
|
|
getdctl.h \
|
|
getfctl.c \
|
|
getfctl.h \
|
|
getfocus.c \
|
|
getfocus.h \
|
|
getkmap.c \
|
|
getkmap.h \
|
|
getmmap.c \
|
|
getmmap.h \
|
|
getprop.c \
|
|
getprop.h \
|
|
getselev.c \
|
|
getselev.h \
|
|
getvers.c \
|
|
getvers.h \
|
|
grabdev.c \
|
|
grabdev.h \
|
|
grabdevb.c \
|
|
grabdevb.h \
|
|
grabdevk.c \
|
|
grabdevk.h \
|
|
gtmotion.c \
|
|
gtmotion.h \
|
|
listdev.c \
|
|
listdev.h \
|
|
opendev.c \
|
|
opendev.h \
|
|
querydp.c \
|
|
querydp.h \
|
|
queryst.c \
|
|
queryst.h \
|
|
qryacces.c \
|
|
qryacces.h \
|
|
selectev.c \
|
|
selectev.h \
|
|
sendexev.c \
|
|
sendexev.h \
|
|
setbmap.c \
|
|
setbmap.h \
|
|
setcptr.c \
|
|
setcptr.h \
|
|
setdval.c \
|
|
setdval.h \
|
|
setfocus.c \
|
|
setfocus.h \
|
|
setmmap.c \
|
|
setmmap.h \
|
|
setmode.c \
|
|
setmode.h \
|
|
ungrdev.c \
|
|
ungrdev.h \
|
|
ungrdevb.c \
|
|
ungrdevb.h \
|
|
ungrdevk.c \
|
|
ungrdevk.h \
|
|
warpdevp.c \
|
|
warpdevp.h \
|
|
xiproperty.c \
|
|
xiproperty.h \
|
|
xiselev.c \
|
|
xiselev.h
|
|
|
|
EXTRA_DIST = stubs.c
|