Enrico Weigelt, metux IT consult
2cec3cfbf1
include: move private definitions out of input.h
...
It's not good having the public server api headers clobbered with private
definitions, so cleaning them up.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1354 >
2024-09-01 17:59:23 +00:00
Enrico Weigelt, metux IT consult
0acba54e54
miext: move private definitions out of public headers
...
public server module API headers shouldn't be clobbered with non-exported
definitions, so move them out to private header file.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1293 >
2024-03-03 22:58:24 +00:00
Enrico Weigelt, metux IT consult
6e90c5430a
miext: sync: drop duplicate _X_EXPORT from .c sources
...
There are already defined in misyncshm.h / misyncfd.h.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1274 >
2024-03-03 22:34:26 +00:00
Peter Hutterer
732fd7e571
Drop trailing whitespaces
...
sed -i "s/[ ]\+$//g" **/*.(c|h)
happy reviewing...
git diff -w is an empty diff.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net >
2014-11-12 10:25:00 +10:00
Keith Packard
f1604002a3
miext: Ensure xshmfence is only called when driver supports it
...
This provides a place for drivers to insert their own FD-based
SyncFence implementations, and prevents applications from using DRI3
SyncFence creation functions unless the driver has some support for
them.
Signed-off-by: Keith Packard <keithp@keithp.com >
Tested-by: Fredrik Höglund <fredrik@kde.org >
2013-11-23 22:06:19 -08:00