mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 16:30:05 +01:00
Add function to keep pointer within valid crtc areas. Finish event delivery and swapping code. Separate configuration from layout changes to send correct events.
22 lines
306 B
Makefile
22 lines
306 B
Makefile
noinst_LTLIBRARIES = librandr.la
|
|
|
|
AM_CFLAGS = $(DIX_CFLAGS)
|
|
|
|
if XORG
|
|
sdk_HEADERS = randrstr.h
|
|
endif
|
|
|
|
librandr_la_SOURCES = \
|
|
mirandr.c \
|
|
randr.c \
|
|
randrstr.h \
|
|
rrcrtc.c \
|
|
rrdispatch.c \
|
|
rrinfo.c \
|
|
rrmode.c \
|
|
rroutput.c \
|
|
rrpointer.c \
|
|
rrproperty.c \
|
|
rrscreen.c \
|
|
rrsdispatch.c \
|
|
rrxinerama.c
|