emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/nsterm.m,v


From: David Reitter
Subject: [Emacs-diffs] Changes to emacs/src/nsterm.m,v
Date: Sat, 23 Aug 2008 20:40:20 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     David Reitter <davidswelt>      08/08/23 20:40:19

Index: nsterm.m
===================================================================
RCS file: /sources/emacs/emacs/src/nsterm.m,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- nsterm.m    21 Aug 2008 15:49:47 -0000      1.26
+++ nsterm.m    23 Aug 2008 20:40:19 -0000      1.27
@@ -2414,7 +2414,9 @@
       drawGlyph = 1; // just draw the Glyph
       [FRAME_BACKGROUND_COLOR (f) set];
 
+#ifdef NS_IMPL_COCOA
       NSDisableScreenUpdates ();
+#endif
     }
   else
     { 
@@ -2429,7 +2431,9 @@
          cursorType = HOLLOW_BOX_CURSOR;
        }
 
+#ifdef NS_IMPL_COCOA
       NSDisableScreenUpdates ();
+#endif
 
       switch (cursorType)
        {
@@ -2466,7 +2470,9 @@
   if (drawGlyph)
     draw_phys_cursor_glyph (w, glyph_row, hl);
 
+#ifdef NS_IMPL_COCOA
   NSEnableScreenUpdates ();
+#endif
 
 }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]