libXft: Changes to 'master'
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Wed Aug 21 16:48:25 UTC 2024
configure.ac | 2 +-
include/X11/Xft/Xft.h.in | 4 ----
src/xftint.h | 19 -------------------
3 files changed, 1 insertion(+), 24 deletions(-)
New commits:
commit e787bf2f9e3a9eafc36eb668d060f8fed1283a44
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date: Sun Aug 18 10:32:33 2024 -0700
Require xproto >= 7.0.22 for _X_UNUSED
Since _X_UNUSED is only used in source code, not exported headers,
the version requirement is only set in configure.ac, not xft.pc.
Fixes: 4dadf0e ("quiet unused-parameter warnings with _X_UNUSED")
Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/lib/libxft/-/merge_requests/32>
commit 7cf945b13ee80a7c108e674559e5eb7013ce5d36
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date: Sun Aug 18 09:46:21 2024 -0700
Remove support for building with pre-C89 versions of C
Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/lib/libxft/-/merge_requests/32>
commit ded7011adeff9ca9d32c9dc69cc33a54cc7d97cb
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date: Sun Aug 18 09:43:09 2024 -0700
Remove support for building with pre-X11R7 versions of X
Other parts of the code already required later versions of X, so this
is just cleaning out #ifdef cases that can never be hit anymore.
Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/lib/libxft/-/merge_requests/32>
More information about the xorg-commit
mailing list