Enrico Weigelt, metux IT consult
263456bfba
Xext: xtest: fix length checking with bigreq
...
The authorative source of the request frame size is client->req_len,
especially with big requests larger than 2^18 bytes.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1639 >
(cherry picked from commit 44c063d93d )
2026-01-25 10:39:58 -08:00
Enrico Weigelt, metux IT consult
5901e29ce9
Xext: vidmode: fix length checking with bigreq
...
The authorative source of the request frame size is client->req_len,
especially with big requests larger than 2^18 bytes.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1639 >
(cherry picked from commit c3e1f6fccf )
2026-01-25 10:39:58 -08:00
Enrico Weigelt, metux IT consult
904bf223ad
Xext: shape: fix length checking with bigreq
...
The authorative source of the request frame size is client->req_len,
especially with big requests larger than 2^18 bytes.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1639 >
(cherry picked from commit dab1299745 )
2026-01-25 10:39:58 -08:00
Enrico Weigelt, metux IT consult
7fe09f2c58
Xext: security: fix length checking with bigreq
...
The authorative source of the request frame size is client->req_len,
especially with big requests larger than 2^18 bytes.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1639 >
(cherry picked from commit 67a3319d73 )
2026-01-25 10:39:58 -08:00
Enrico Weigelt, metux IT consult
d9f8aad4b6
Xext: saver: fix length checking with bigreq
...
The authorative source of the request frame size is client->req_len,
especially with big requests larger than 2^18 bytes.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1639 >
(cherry picked from commit bacc4b1477 )
2026-01-25 10:39:58 -08:00
Enrico Weigelt, metux IT consult
b8473e5e34
Xext: geext: drop unused variable extEntry
...
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1596 >
(cherry picked from commit 6df7ba38ae )
2026-01-25 10:39:58 -08:00
Enrico Weigelt, metux IT consult
34f3752ab8
dix: unexport Ones()
...
It's not used by any module/driver, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1695 >
(cherry picked from commit 1642adec3b )
2026-01-25 10:39:57 -08:00
Enrico Weigelt, metux IT consult
3ffebb3dbd
Xext: xvmc: drop unused XvMCScreenInitProc
...
This pointer field isn't used anywhere, neither in Xorg nor in drivers.
No need to keep it around any longer.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1692 >
(cherry picked from commit f65520c4a7 )
2026-01-25 10:39:57 -08:00
Enrico Weigelt, metux IT consult
0bbed178b1
Xext: xf86bigfont: code styling cleanups
...
* tidy up the includes into logic order.
* beautify function prototype
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1600 >
(cherry picked from commit 866f3261c4 )
2026-01-25 10:39:56 -08:00
Enrico Weigelt, metux IT consult
fe6936a8e6
Xext: xf86bigfont: drop some dead code
...
There's some piece ifdef'ed code that doesn't serve any practical purpose.
Instead add a little comment telling why that funny way of dispatching
(based on request size) is necessary.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1600 >
(cherry picked from commit 7735c4462c )
2026-01-25 10:39:56 -08:00
Enrico Weigelt, metux IT consult
faf2e3dcc4
treewide: fix indentions got broke by recent commit
...
Commit f26f17c66a broke some indentions,
fixing them now.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1662 >
(cherry picked from commit c4481fc20f )
2026-01-25 10:39:56 -08:00
Enrico Weigelt, metux IT consult
8869bd31ae
treewide: mark pGC->ops->CopyArea() calls not using result as void
...
We alread have several of these calls, that aren't interested in result value,
explicitly casting to void. Fixing this up for the remaining ones.
This is helpful for the human reader as well as quality analysis tools.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1648 >
(cherry picked from commit f26f17c66a )
2026-01-25 10:39:56 -08:00
Enrico Weigelt, metux IT consult
6d8eb9aaba
xv: move XvVideoNotifyRec into xvmain.c
...
This struct is only used in xvmain.c, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1512 >
(cherry picked from commit 354f42b25c )
2026-01-25 10:39:55 -08:00
Enrico Weigelt, metux IT consult
f73f93f3b9
xv: move SCREEN_(PROLOGUE|EPILOGUE) into xvmain.c
...
These macros are only used in xvmain.c, so no need to keep
them exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1512 >
(cherry picked from commit 4d0b5833da )
2026-01-25 10:39:55 -08:00
Enrico Weigelt, metux IT consult
68ba498a74
xv: drop unused macro _XvBadEncoding
...
Couldn't find a trace where it actually had been used, so there doesn't
seem to be any reason while still keeping it around.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1512 >
(cherry picked from commit d7e481f200 )
2026-01-25 10:39:55 -08:00
Enrico Weigelt, metux IT consult
08fed90600
xv: drop unused define GLOBAL
...
This symbol isn't used anywhere, for at least 20 years now,
so no need to define it.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1512 >
(cherry picked from commit 6b445819dd )
2026-01-25 10:39:55 -08:00
Enrico Weigelt, metux IT consult
d0de360279
Xext: fix missing include of <X11/Xmd.h>
...
Including <X11/extensions/securproto.h> depends on <X11/Xmd.h> has been
included before.
Bug: https://gitlab.freedesktop.org/xorg/xserver/-/issues/1719
Fixes: b30edf32 - fix missing includes of <X11/Xfuncproto.h>
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1617 >
(cherry picked from commit f94e280896 )
2026-01-25 10:39:55 -08:00
Enrico Weigelt, metux IT consult
8cde76988b
fix missing includes of <X11/Xfuncproto.h>
...
Several places using _X_ATTRIBUTE_PRINTF macro from X11/Xfuncproto.h
but missing to include it, so it depends on other headers whether it's
included by mere accident, which quickly causes trouble if include order
changes. Cleaning that up by adding explicit include statements.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1580 >
(cherry picked from commit b30edf326b )
2026-01-25 10:39:55 -08:00
Enrico Weigelt, metux IT consult
e6cdf08e9d
Xext: saver: little bit formatting cleanup
...
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1586 >
(cherry picked from commit fba3eefcc9 )
2026-01-25 10:39:55 -08:00
Enrico Weigelt, metux IT consult
361172fdf1
Xext: saver: drop New() macro
...
We can directly use calloc() as all other places do.
If we wanna have an convenient macro for struct allocation, that would be the
job of a separate patch queue and should be done consequently, treewide.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1586 >
(cherry picked from commit df38987656 )
2026-01-25 10:39:55 -08:00
Enrico Weigelt, metux IT consult
3c340f9524
xace: typesafe hook function for XACE_KEY_AVAIL
...
he generic XaceHook() call isn't typesafe (und unnecessarily slow).
Better add an explicit function, just like we already have for others.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1556 >
(cherry picked from commit facdaae4e8 )
2026-01-25 10:39:54 -08:00
Enrico Weigelt, metux IT consult
3678a119cf
xace: typesafe hook function for XACE_AUTH_AVAIL
...
he generic XaceHook() call isn't typesafe (und unnecessarily slow).
Better add an explicit function, just like we already have for others.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1556 >
(cherry picked from commit 591d95c79e )
2026-01-25 10:39:54 -08:00
Enrico Weigelt, metux IT consult
f8c916019b
xace: typesafe hook function for XACE_SCREENSAVER_ACCESS
...
he generic XaceHook() call isn't typesafe (und unnecessarily slow).
Better add an explicit function, just like we already have for others.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1556 >
(cherry picked from commit 305f2d59d8 )
2026-01-25 10:39:54 -08:00
Enrico Weigelt, metux IT consult
4e4e6d6f42
xace: typesafe hook function for XACE_SCREEN_ACCESS
...
he generic XaceHook() call isn't typesafe (und unnecessarily slow).
Better add an explicit function, just like we already have for others.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1556 >
(cherry picked from commit 51d8bcfc0d )
2026-01-25 10:39:54 -08:00
Enrico Weigelt, metux IT consult
dd0dcbe99d
xace: typesafe hook function for XACE_SERVER_ACCESS
...
he generic XaceHook() call isn't typesafe (und unnecessarily slow).
Better add an explicit function, just like we already have for others.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1556 >
(cherry picked from commit 47d6c3ad75 )
2026-01-25 10:39:54 -08:00
Enrico Weigelt, metux IT consult
65c3afbb61
xace: typesafe hook function for XACE_EXT_ACCESS
...
he generic XaceHook() call isn't typesafe (und unnecessarily slow).
Better add an explicit function, just like we already have for others.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1556 >
(cherry picked from commit 0f6bb23bc2 )
2026-01-25 10:39:54 -08:00
Enrico Weigelt, metux IT consult
9ca09ba08e
xace: typesafe hook function for XACE_CLIENT_ACCESS
...
The generic XaceHook() call isn't typesafe (und unnecessarily slow).
Better add an explicit function, just like we already have for others.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1556 >
(cherry picked from commit 922b7685dc )
2026-01-25 10:39:54 -08:00
Enrico Weigelt, metux IT consult
cb6cb09e04
xace: typesafe hook function for XACE_RECEIVE_ACCESS
...
The generic XaceHook() call isn't typesafe (und unnecessarily slow).
Better add an explicit function, just like we already have for others.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1556 >
(cherry picked from commit 3dfe00d5e0 )
2026-01-25 10:39:54 -08:00
Enrico Weigelt, metux IT consult
55605fc107
xace: typesafe hook function for XACE_SEND_ACCESS
...
The generic XaceHook() call isn't typesafe (und unnecessarily slow).
Better add an explicit function, just like we already have for others.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1556 >
(cherry picked from commit 67e468c8bd )
2026-01-25 10:39:54 -08:00
Enrico Weigelt, metux IT consult
e4465f2cdb
xace: typesafe hook function for XACE_DEVICE_ACCESS
...
The generic XaceHook() call isn't typesafe (und unnecessarily slow).
Better add an explicit function, just like we already have for others.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1556 >
(cherry picked from commit 9524ffee89 )
2026-01-25 10:39:54 -08:00
Enrico Weigelt, metux IT consult
bd324c0c2a
xace: typesafe hook function for XACE_RESOURCE_ACCESS
...
The generic XaceHook() call isn't typesafe (und unnecessarily slow).
Better add an explicit function, just like we already have for others.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1556 >
(cherry picked from commit ae3c573337 )
2026-01-25 10:39:54 -08:00
Enrico Weigelt, metux IT consult
9af1201dad
Xace: dont install xace.h and xacestr.h anymore
...
These aren't used by any drivers, so no need to keep them installed.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1556 >
(cherry picked from commit 22a3014c50 )
2026-01-25 10:39:54 -08:00
Enrico Weigelt, metux IT consult
7504bd59df
Xext: drop _PANORAMIX_SERVER
...
This used to be for panoramiXproto.h, but it doesn't look at it anymore,
so no need to keep it around.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1551 >
(cherry picked from commit 9c95347244 )
2026-01-25 10:39:54 -08:00
Enrico Weigelt, metux IT consult
401c1c2448
Xext: securitysrv.h: drop hacks for including secur.h
...
The secur.h doesn't need the symbols defined here (eg. Status or Display)
anymore, so no need to keep it around anymore.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1550 >
(cherry picked from commit c77bcb9f7f )
2026-01-25 10:39:54 -08:00
Enrico Weigelt, metux IT consult
4c9a898d2c
fix including <sys/mman.h>
...
Make sure everybody who needs stuff from <sys/mman.h> actually includes it,
and dropped the include from xf86_OSlib.h.
Check for all symbols defined by Open Group spec.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1412 >
(cherry picked from commit e2fa0d2ae0 )
2026-01-25 10:39:52 -08:00
Enrico Weigelt, metux IT consult
ba89e22e7e
os: unexport MakeClientGrabPervious() and MakeClientGrabImpervious()
...
Not used by any drivers, so no need to export them.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1384 >
(cherry picked from commit 4c1795701c )
2026-01-19 12:48:30 -08:00
Enrico Weigelt, metux IT consult
83936985d9
rename remaining RT_* defines to X11_RESTYPE_*
...
Since we already had to rename some of them, in order to fix name clashes
on win32, it's now time to rename all the remaining ones.
The old ones are still present as define's to the new ones, just for
backwards compatibility.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1355 >
(cherry picked from commit 85d4bd0dba )
2026-01-19 12:48:30 -08:00
Enrico Weigelt, metux IT consult
ca361681f8
prevent name clash on Windows w/ RT_* defines
...
Windows' native headers using some our RT_* define's names for other things.
Since the naming isn't very nice anyways, introducing some new ones
(X11_RESTYPE_NONE, X11_RESTYPE_FONT, X11_RESTYPE_CURSOR) and define the old
ones as an alias to them, in case some out-of-tree code still uses them.
With thins change, we don't need to be so extremely careful about include
ordering and have explicit #undef's in order to prevent name clashes on
Win32 targets.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1355 >
(cherry picked from commit 232cad9ec3 )
2026-01-19 12:48:30 -08:00
Enrico Weigelt, metux IT consult
e702149e99
include: move busfault.h out of public include dir
...
this header is isn't public, so it's more appropriate, where the actual
code is, which is the os/ directory.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1337 >
(cherry picked from commit dae76bbaaf )
2026-01-19 12:32:26 -08:00
Enrico Weigelt, metux IT consult
598bbe6e51
include: unpexport SELINUX_* consts from include/global.h
...
globals.h shouldn't be cluttered with extension specific things, that
aren't even used by external modules/drivers.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1328 >
(cherry picked from commit a57b449485 )
2026-01-19 12:32:24 -08:00
Enrico Weigelt, metux IT consult
a6339b6381
os: move SELinux enforcement state to the extension
...
Those fields are better off in the extension instead of the OS layer.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1328 >
(cherry picked from commit 537293ff4e )
2026-01-19 12:32:24 -08:00
Alan Coopersmith
e2bffc5561
Xext: SProcSyncCreateFence needs to swap drawable id too
...
Otherwise it causes the server to return BadDrawable giving a
byte-swapped resource id instead of the real id the client sent.
Reported-by: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69762
Fixes: 397dfd9f8 ("Create/Destroy/Trigger/Reset/Query Fence Sync objs")
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1437 >
(cherry picked from commit e6573baa7d )
2026-01-19 12:32:23 -08:00
Enrico Weigelt, metux IT consult
51a90a64e5
Xext: fix missing include of <errno.h>
...
It's much cleaner to always include directly what one needs,
instead of relying on very indirect including.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1435 >
(cherry picked from commit d66acae501 )
2026-01-19 12:32:23 -08:00
Enrico Weigelt, metux IT consult
c4d85940e5
drop remains of DMX
...
DMX has long gone, but there's still some fallout from it's removal
yet to be cleaned up.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1362 >
(cherry picked from commit 53a0442b87 )
2026-01-19 12:32:20 -08:00
Enrico Weigelt, metux IT consult
1400c43d05
xace: drop duplicate export of XaceHooks from .c source
...
it's already defined in xace.h.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1274 >
(cherry picked from commit cc0e7fadc7 )
2026-01-19 12:32:19 -08:00
Enrico Weigelt, metux IT consult
b3b86ae674
replace _X_INLINE by inline in internal static functions
...
Since xserver is compiled as C99, we just can use the `inline` keyword.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2024-02-05 19:26:14 +00:00
Peter Hutterer
de0031eefd
dix: initialize the XTest sendEventsProc for all devices
...
XTest requests lets the client specify a device ID, only if none
is specified do we fall back to the XTEST special device.
As of commit
aa4074251 input: Add new hook DeviceSendEventsProc for XTEST
regular devices are no longer able to send XTest events because they
have no sendEventsProc set.
This caused issue #1574 and the crash was fixed with commit
e820030de xtest: Check whether there is a sendEventsProc to call
but we still cannot send XTest events through a specific device.
Fix this by defaulting every device to the XTest send function and
punting it to the DDX (i.e. Xwayland) to override the devices as
necessary.
Fixes e820030de2
Fixes aa4074251f
2024-01-09 00:45:31 +00:00
Alexander Volkov
62fec48a6b
dpms: Add support for DPMSInfoNotify event from DPMS 1.2 (xorgproto)
...
This allows applications to respond to changes of power level
of a monitor, e.g. an application may stop rendering and related
calculations when the monitor is off.
Related bug: https://bugs.freedesktop.org/57120
Signed-off-by: Alexander Volkov <avolkov@astralinux.ru >
2023-12-18 16:35:51 +03:00
Olivier Fourdan
e820030de2
xtest: Check whether there is a sendEventsProc to call
...
If a client tries to send XTEST events while there is no sendEventsProc
defined for the given device, Xwayland would call into 0x0 and crash.
Make sure the handler is defined before trying to use it, to avoid the
crash.
Signed-off-by: Olivier Fourdan <ofourdan@redhat.com >
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net >
Closes: https://gitlab.freedesktop.org/xorg/xserver/-/issues/1574
2023-09-04 11:08:42 +02:00
Olivier Fourdan
aa4074251f
input: Add new hook DeviceSendEventsProc for XTEST
...
For Xwayland, we need to be able to send the events that would normally
be processed by the normal Xserver event processing to be forwarded to
the Wayland compositor (somehow).
Add a new hook “DeviceSendEventsProc” attached to the device so that
Xwayland can implement its own routine instead of the “normal” XTEST
implementation which generates and processes X input events.
Signed-off-by: Olivier Fourdan <ofourdan@redhat.com >
2023-06-26 13:19:19 +02:00