aboutsummaryrefslogtreecommitdiff
path: root/nx-X11
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2020-11-24 22:40:24 +0100
committerUlrich Sibiller <uli42@gmx.de>2021-06-20 20:12:51 +0200
commitb7021c6754c0d4f44d81d12763c095c15c0bc882 (patch)
tree0f63a40cc85d243c46c4ff108dff795d5aae6b13 /nx-X11
parentcf85c725889c92ba1aa0d506649362bbfcc111b6 (diff)
downloadnx-libs-b7021c6754c0d4f44d81d12763c095c15c0bc882.tar.gz
nx-libs-b7021c6754c0d4f44d81d12763c095c15c0bc882.tar.bz2
nx-libs-b7021c6754c0d4f44d81d12763c095c15c0bc882.zip
Events.c: use already available variable instead of repeating conversion
Diffstat (limited to 'nx-X11')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Events.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Events.c b/nx-X11/programs/Xserver/hw/nxagent/Events.c
index 617c7243b..2ec17c328 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Events.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Events.c
@@ -2872,7 +2872,7 @@ int nxagentHandleXFixesSelectionNotify(XEvent *X)
fprintf(stderr, "%s: Event selection timestamp [%ld]\n", __func__, xfixesEvent->xfixesselection.selection_timestamp);
fprintf(stderr, "%s: Event selection window [0x%lx]\n", __func__, xfixesEvent->xfixesselection.window);
fprintf(stderr, "%s: Event selection owner [0x%lx]\n", __func__, xfixesEvent->xfixesselection.owner);
- fprintf(stderr, "%s: Event selection [%s]\n", __func__, NameForAtom(nxagentRemoteToLocalAtom(xfixesEvent->xfixesselection.selection)));
+ fprintf(stderr, "%s: Event selection [%s]\n", __func__, NameForAtom(local));
fprintf(stderr, "%s: Subtype ", __func__);