emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: click on toolbar button -> crash


From: YAMAMOTO Mitsuharu
Subject: Re: click on toolbar button -> crash
Date: Sun, 07 Mar 2004 21:01:19 +0900
User-agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 Emacs/21.3.50 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI)

>>>>> On Wed, 3 Mar 2004 09:56:02 +0000, David Reitter <address@hidden> said:

> Yes, I can confirm this does the job, thank you!

Sorry, the previous patch was not right; it disabled scroll bar
events.  Please apply the following patch instead.

                                     YAMAMOTO Mitsuharu
                                address@hidden

Index: src/macterm.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/macterm.c,v
retrieving revision 1.63
diff -c -r1.63 macterm.c
*** src/macterm.c       27 Feb 2004 23:47:13 -0000      1.63
--- src/macterm.c       7 Mar 2004 11:14:10 -0000
***************
*** 8262,8268 ****
                    {
                      Lisp_Object window;
  
-                     inev.kind = MOUSE_CLICK_EVENT;
                      XSETFRAME (inev.frame_or_window, mwp->mFP);
                      if (er.what == mouseDown)
                        mouse_tracking_in_progress
--- 8262,8267 ----
***************
*** 8285,8290 ****
--- 8284,8290 ----
                                                   );
                          break;
                        }
+                     inev.kind = MOUSE_CLICK_EVENT;
                    }
  
  #if USE_CARBON_EVENTS




reply via email to

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