emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/w32fns.c,v


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/w32fns.c,v
Date: Thu, 27 Mar 2008 17:10:14 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Jason Rumney <jasonr>   08/03/27 17:10:14

Index: w32fns.c
===================================================================
RCS file: /sources/emacs/emacs/src/w32fns.c,v
retrieving revision 1.319
retrieving revision 1.320
diff -u -b -r1.319 -r1.320
--- w32fns.c    19 Mar 2008 17:04:14 -0000      1.319
+++ w32fns.c    27 Mar 2008 17:10:14 -0000      1.320
@@ -7280,6 +7280,10 @@
   int secs, msecs = 0;
   struct frame * f = SELECTED_FRAME ();
 
+  /* No cursors on non GUI frames.  */
+  if (!FRAME_W32_P (f))
+    return;
+
   cancel_hourglass ();
 
   if (INTEGERP (Vhourglass_delay)




reply via email to

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