mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Make sure cursors are drawn correctly after haiku_clear_frame
* src/haikuterm.c (haiku_clear_frame): Mark all cursors as off.
This commit is contained in:
parent
0e833a1d5f
commit
80b66d80ef
1 changed files with 3 additions and 0 deletions
|
|
@ -238,6 +238,9 @@ static void
|
|||
haiku_clear_frame (struct frame *f)
|
||||
{
|
||||
void *view = FRAME_HAIKU_VIEW (f);
|
||||
|
||||
mark_window_cursors_off (XWINDOW (FRAME_ROOT_WINDOW (f)));
|
||||
|
||||
block_input ();
|
||||
BView_draw_lock (view);
|
||||
BView_StartClip (view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue