projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb5b40e
)
nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
author
Adrian Robert
<Adrian.B.Robert@gmail.com>
Fri, 21 Aug 2009 19:29:31 +0000
(19:29 +0000)
committer
Adrian 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
patch
|
blob
|
history
diff --git
a/src/nsmenu.m
b/src/nsmenu.m
index aab3016e5e80634217eee31e0089ca130594a920..05184660bac50d5b09c28ac057bd5b226829e551 100644
(file)
--- a/
src/nsmenu.m
+++ b/
src/nsmenu.m
@@
-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];