]> git.eshelyaron.com Git - emacs.git/commitdiff
Change pause in fullscreen toggling for NS port (bug#28496)
authorAlan Third <alan@idiocy.org>
Sun, 8 Oct 2017 18:26:34 +0000 (19:26 +0100)
committerAlan 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

index 7b57aa3df1ff7e45c75abe17889d3858b9406626..f8aa5c6e523852778436f622e20b3bebfd92029f 100644 (file)
@@ -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) (sit-for 1))))
+    (when (featurep 'cocoa) (sleep-for 0.5))))
 \f
 ;;;; Key bindings