changeset 105088:ec0d4293e991

* nsfns.m (x-close-connection): Drop PSFlush() under OS X.
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Fri, 18 Sep 2009 15:34:23 +0000
parents b45588003089
children 30c99a719e21
files src/ChangeLog src/nsfns.m
diffstat 2 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Sep 18 15:33:26 2009 +0000
+++ b/src/ChangeLog	Fri Sep 18 15:34:23 2009 +0000
@@ -15,6 +15,7 @@
 
 	* nsfns.m (x_get_string_resource): Ape just-previous changes to other
 	platform versions.  Drop support for emacs-20-style face specs.
+	(x-close-connection): Drop PSFlush() under OS X.
 
 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
 
--- a/src/nsfns.m	Fri Sep 18 15:33:26 2009 +0000
+++ b/src/nsfns.m	Fri Sep 18 15:34:23 2009 +0000
@@ -1771,9 +1771,6 @@
      Lisp_Object display;
 {
   check_ns ();
-#ifdef NS_IMPL_COCOA
-  PSFlush ();
-#endif
   /*ns_delete_terminal (dpyinfo->terminal); */
   [NSApp terminate: NSApp];
   return Qnil;