Enrico Weigelt, metux IT consult
|
32512c579e
|
dix: unexport FreeGC()
Not used by any driver, 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/1365>
|
2024-04-15 23:10:31 +00:00 |
|
Enrico Weigelt, metux IT consult
|
7e30f2c8e1
|
dix: unexport CopyGC()
Not used by any driver, 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/1365>
|
2024-04-15 23:10:31 +00:00 |
|
Enrico Weigelt, metux IT consult
|
6896396456
|
dix: unexport CreateGC()
Not used by any 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/1365>
|
2024-04-15 23:10:31 +00:00 |
|
Enrico Weigelt, metux IT consult
|
46c0ac8c70
|
dix: unexport ChangeGCXIDs()
Move non-exported gc functions to private header
No need to clutter public headers with non-exported stuff.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1365>
|
2024-04-15 23:10:31 +00:00 |
|