branch: externals/posframe commit 9354830a4f26da434c915cf2f3025c29d5ea7957 Author: Feng Shu <tuma...@163.com> Commit: Feng Shu <tuma...@163.com>
* posframe.el (posframe--create-posframe): skip-taskbar and and title. --- posframe.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/posframe.el b/posframe.el index 4901f71..d6f2416 100644 --- a/posframe.el +++ b/posframe.el @@ -323,6 +323,7 @@ This posframe's buffer is BUFFER-OR-NAME." (cons 'background-color background-color)) ,(when font (cons 'font font)) + (title . "posframe") (parent-frame . ,(or parent-frame (window-frame))) (keep-ratio ,keep-ratio) (posframe-buffer . ,(cons (buffer-name buffer) @@ -351,6 +352,7 @@ This posframe's buffer is BUFFER-OR-NAME." (width . 1) (height . 1) (no-special-glyphs . t) + (skip-taskbar . t) (inhibit-double-buffering . ,posframe-inhibit-double-buffering) ;; Do not save child-frame when use desktop.el (desktop-dont-save . t))))