]> git.eshelyaron.com Git - emacs.git/commitdiff
nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
authorAdrian Robert <Adrian.B.Robert@gmail.com>
Fri, 21 Aug 2009 19:29:31 +0000 (19:29 +0000)
committerAdrian Robert <Adrian.B.Robert@gmail.com>
Fri, 21 Aug 2009 19:29:31 +0000 (19:29 +0000)
timer_check() to avoid crash on Leopard/PPC.  Bug #2154.

src/nsmenu.m

index aab3016e5e80634217eee31e0089ca130594a920..05184660bac50d5b09c28ac057bd5b226829e551 100644 (file)
@@ -1887,6 +1887,7 @@ void process_dialog (id window, Lisp_Object list)
 - (Lisp_Object)runDialogAt: (NSPoint)p
 {
   int ret;
+  extern EMACS_TIME timer_check (int do_it_now); /* TODO: add to a header */
 
   /* initiate a session that will be ended by pop_down_menu */
   popupSession = [NSApp beginModalSessionForWindow: self];