xprop: Changes to 'master'
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Sat Aug 16 16:30:17 UTC 2025
.gitignore | 4 +--
COPYING | 2 -
Makefile.am | 6 ++---
configure.ac | 4 +--
dsimple.c | 8 +++----
xprop.c | 67 +++++++++++++++++++++++++++++------------------------------
6 files changed, 46 insertions(+), 45 deletions(-)
New commits:
commit 55a51e08787035786abc27b170beb0faacb6cd47
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date: Sat Aug 9 16:14:19 2025 -0700
Set_Property: use w argument instead of target_win global
Matches intent, though makes no actual impact, as it's always called
with target_win as the argument.
Fixes warning from gcc 15.1:
xprop.c: In function ‘Set_Property’:
xprop.c:1642:40: warning: unused parameter ‘w’ [-Wunused-parameter]
1642 | Set_Property (Display *display, Window w, const char *propname, const char *value)
| ~~~~~~~^
Fixes: XFree86 4.0.99.2 #73 ('Updates to the xprop utility, including New option "-set"')
Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/app/xprop/-/merge_requests/14>
commit ef8eb6be9a0f211a868ec9a44895af82472bd9bd
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date: Sat Aug 9 16:11:55 2025 -0700
ignore_errors: tell the compiler the arguments are intentionally unused
Clears warnings from gcc 15.1:
xprop.c: In function ‘ignore_errors’:
xprop.c:602:25: warning: unused parameter ‘display’ [-Wunused-parameter]
602 | ignore_errors (Display *display, XErrorEvent *ev)
| ~~~~~~~~~^~~~~~~
xprop.c:602:47: warning: unused parameter ‘ev’ [-Wunused-parameter]
602 | ignore_errors (Display *display, XErrorEvent *ev)
| ~~~~~~~~~~~~~^~
Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/app/xprop/-/merge_requests/14>
commit d46ef19f671419e0baa576ddb4296822b9cd5f29
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date: Sat Aug 9 15:53:34 2025 -0700
Strip trailing whitespace from source files
Performed with: `git ls-files | xargs perl -i -p -e 's{[ \t]+$}{}'`
`git diff -w` & `git diff -b` show no diffs from this change
Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/app/xprop/-/merge_requests/14>
More information about the xorg-commit
mailing list