Add debug declaration to pw-ui--osd macro
This commit is contained in:
parent
9425f7f359
commit
7695f21b18
3
pw-ui.el
3
pw-ui.el
@ -223,7 +223,8 @@ The indicator is displayed only on graphical terminals."
|
||||
pw-ui--osd-buffer nil)))))
|
||||
|
||||
(defmacro pw-ui--osd (&rest body)
|
||||
(declare (indent defun))
|
||||
(declare (debug (body))
|
||||
(indent defun))
|
||||
(let (($string (gensym)))
|
||||
`(when (and window-system pipewire-osd-enable)
|
||||
(if-let ((,$string (progn ,@body)))
|
||||
|
Loading…
Reference in New Issue
Block a user