Fixes: debbugs:19660
* nsterm.m (drawRect:): Add block/unblock_input.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2015-01-24 Jan Djärv <jan.h.d@swipnet.se>
|
||||
|
||||
* nsterm.m (drawRect:): Add block/unblock_input (Bug#19660).
|
||||
|
||||
2015-01-21 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
Fix coding.c subscript error
|
||||
|
||||
@@ -6750,7 +6750,9 @@ if (cols > 0 && rows > 0)
|
||||
return;
|
||||
|
||||
ns_clear_frame_area (emacsframe, x, y, width, height);
|
||||
block_input ();
|
||||
expose_frame (emacsframe, x, y, width, height);
|
||||
unblock_input ();
|
||||
|
||||
/*
|
||||
drawRect: may be called (at least in OS X 10.5) for invisible
|
||||
|
||||
Reference in New Issue
Block a user