[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 505e8c5b29 2/3: ; * src/xselect.c (x_handle_selection_request): F
From: |
Po Lu |
Subject: |
master 505e8c5b29 2/3: ; * src/xselect.c (x_handle_selection_request): Fix typo in last change. |
Date: |
Sat, 12 Nov 2022 06:01:42 -0500 (EST) |
branch: master
commit 505e8c5b295bf3ae3b84fab82e224fad3d93a610
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>
; * 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 b897894e8e..9480ac18c1 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,