From 2dcb26ce9d4411200c635f19c372fc6c34f3bafe Mon Sep 17 00:00:00 2001 From: Chris Feng Date: Fri, 13 May 2016 00:11:12 +0800 Subject: Use `xcb:connect' instead of `xcb:connect-to-socket' * exwm.el (exwm-init): * exwm-systemtray.el (exwm-systemtray--init): Use `xcb:connect' instead of `xcb:connect-to-socket'. --- exwm-systemtray.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exwm-systemtray.el') diff --git a/exwm-systemtray.el b/exwm-systemtray.el index c85d7436bbb3..cb08ba9560c3 100644 --- a/exwm-systemtray.el +++ b/exwm-systemtray.el @@ -306,7 +306,7 @@ You shall use the default value if using auto-hide minibuffer.") (setq exwm-systemtray-height (max exwm-systemtray--icon-min-size (line-pixel-height)))) ;; Create a new connection. - (setq exwm-systemtray--connection (xcb:connect-to-socket)) + (setq exwm-systemtray--connection (xcb:connect)) (set-process-query-on-exit-flag (slot-value exwm-systemtray--connection 'process) nil) -- cgit 1.4.1