Fix logging order in exwm-workspace--set-active

* exwm-workspace.el (exwm-workspace--set-active): Swap logging
  arguments to match message.

Copyright-paperwork-exempt: yes
This commit is contained in:
James 2022-10-23 19:34:40 +02:00 committed by Adrián Medraño Calvo
parent e43bd78258
commit 0a2c03ed59

View file

@ -444,7 +444,7 @@ NIL if FRAME is not a workspace"
(defun exwm-workspace--set-active (frame active)
"Make frame FRAME active on its monitor."
(exwm--log "active=%s; frame=%s" frame active)
(exwm--log "active=%s; frame=%s" active frame)
(set-frame-parameter frame 'exwm-active active)
(if active
(exwm-workspace--set-fullscreen frame)