Alan Coopersmith
|
b858cb5ccd
|
Revert "dix: unexport cursor refcounting functions"
This reverts commit 4aadbeb8aa.
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2058>
|
2025-09-06 17:01:39 +00:00 |
|
Alan Coopersmith
|
1d2a590cfb
|
Revert "dix: unexport cursor allocation functions"
This reverts commit 24f3c4a508.
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2058>
|
2025-09-06 17:01:39 +00:00 |
|
Alan Coopersmith
|
cfdcd22199
|
Revert "dix: unexport ServerBitsFromGlyph()"
This reverts commit 974cd2b5f2.
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2058>
|
2025-09-06 17:01:38 +00:00 |
|
Alan Coopersmith
|
e85fe61714
|
Revert "dix: unexport CursorMetricsFromGlyph()"
This reverts commit 0c354e9166.
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2058>
|
2025-09-06 17:01:38 +00:00 |
|
Alan Coopersmith
|
7b87dff067
|
Revert "dix: unexport CheckCursorConfinement()"
This reverts commit 24d1c08441.
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2058>
|
2025-09-06 17:01:38 +00:00 |
|
Alan Coopersmith
|
774da7dfc0
|
Revert "dix: unexport NewCurrentScreen()"
This reverts commit bd3c252710.
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2058>
|
2025-09-06 17:01:37 +00:00 |
|
Alan Coopersmith
|
b75173a283
|
Revert "dix: unexport PointerConfinedToScreen()"
This reverts commit 9673886fac.
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2058>
|
2025-09-06 17:01:37 +00:00 |
|
Alan Coopersmith
|
066b377fc9
|
Revert "dix: unexport GetSpritePosition()"
This reverts commit eb81769b58.
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2058>
|
2025-09-06 17:01:37 +00:00 |
|
Enrico Weigelt, metux IT consult
|
eb81769b58
|
dix: unexport GetSpritePosition()
This function isn't used in any external modules, thus no need to export it.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1345>
|
2024-09-02 16:43:29 +00:00 |
|
Enrico Weigelt, metux IT consult
|
9673886fac
|
dix: unexport PointerConfinedToScreen()
It's not used by external modules, so no need to export it.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1345>
|
2024-09-02 16:43:29 +00:00 |
|
Enrico Weigelt, metux IT consult
|
bd3c252710
|
dix: unexport NewCurrentScreen()
It's not used by external modules/drivers, so no need to export it.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1345>
|
2024-09-02 16:43:29 +00:00 |
|
Enrico Weigelt, metux IT consult
|
24d1c08441
|
dix: unexport CheckCursorConfinement()
This function isn't used by any external module, so no need to export it.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1345>
|
2024-09-02 16:43:29 +00:00 |
|
Enrico Weigelt, metux IT consult
|
0c354e9166
|
dix: unexport CursorMetricsFromGlyph()
This function isn't used by external modules, thus no need to export it.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1345>
|
2024-09-02 16:43:29 +00:00 |
|
Enrico Weigelt, metux IT consult
|
974cd2b5f2
|
dix: unexport ServerBitsFromGlyph()
This function isn't used by external modules/drivers, so no need to export it.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1345>
|
2024-09-02 16:43:29 +00:00 |
|
Enrico Weigelt, metux IT consult
|
24f3c4a508
|
dix: unexport cursor allocation functions
These functions aren't used by external modules, 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/1345>
|
2024-09-02 16:43:29 +00:00 |
|
Enrico Weigelt, metux IT consult
|
4aadbeb8aa
|
dix: unexport cursor refcounting functions
These aren't used externally (drivers/modules), thus 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/1345>
|
2024-09-02 16:43:29 +00:00 |
|
Enrico Weigelt, metux IT consult
|
a2f72755a9
|
dix: unexport rootCursor
This field is only used by DIX and XI, thus no need to export it.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1345>
|
2024-09-02 16:43:29 +00:00 |
|