projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cd334c
)
Change pause in fullscreen toggling for NS port (bug#28496)
author
Alan Third
<alan@idiocy.org>
Sun, 8 Oct 2017 18:26:34 +0000
(19:26 +0100)
committer
Alan Third
<alan@idiocy.org>
Sun, 8 Oct 2017 18:26:34 +0000
(19:26 +0100)
* lisp/frame.el (toggle-frame-fullscreen): Replace sit-for with
sleep-for, and reduce time.
lisp/frame.el
patch
|
blob
|
history
diff --git
a/lisp/frame.el
b/lisp/frame.el
index 7b57aa3df1ff7e45c75abe17889d3858b9406626..f8aa5c6e523852778436f622e20b3bebfd92029f 100644
(file)
--- a/
lisp/frame.el
+++ b/
lisp/frame.el
@@
-2438,7
+2438,7
@@
See also `toggle-frame-maximized'."
;; Manipulating a frame without waiting for the fullscreen
;; animation to complete can cause a crash, or other unexpected
;; behaviour, on macOS (bug#28496).
- (when (featurep 'cocoa) (s
it-for 1
))))
+ (when (featurep 'cocoa) (s
leep-for 0.5
))))
\f
;;;; Key bindings