From 505e8c5b295bf3ae3b84fab82e224fad3d93a610 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Sat, 12 Nov 2022 15:51:02 +0800 Subject: [PATCH] ; * src/xselect.c (x_handle_selection_request): Fix typo in last change. --- src/xselect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xselect.c b/src/xselect.c index b897894e8e0..9480ac18c1f 100644 --- a/src/xselect.c +++ b/src/xselect.c @@ -923,7 +923,7 @@ x_handle_selection_request (struct selection_input_event *event) the parameters to a MULTIPLE are ATOM_PAIRs. */ if (cs.type == XA_ATOM) - cs.type = dpyinfo->dpyinfo->Xatom_ATOM_PAIR; + cs.type = dpyinfo->Xatom_ATOM_PAIR; XChangeProperty (dpyinfo->display, requestor, property, cs.type, cs.format, PropModeReplace, -- 2.39.5