mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 22:07:36 +00:00
Make pointer visible when motion notify event
* src/pgtkterm.c (motion_notify_event): set pending_signals to true.
This commit is contained in:
parent
e7190d8bb2
commit
2d5ffa5595
1 changed files with 3 additions and 0 deletions
|
|
@ -5900,6 +5900,9 @@ motion_notify_event (GtkWidget * widget, GdkEvent * event,
|
|||
struct pgtk_display_info *dpyinfo;
|
||||
Mouse_HLInfo *hlinfo;
|
||||
|
||||
/* This is needed to make pointer visible when motion_notify event */
|
||||
pending_signals = true;
|
||||
|
||||
EVENT_INIT (inev.ie);
|
||||
inev.ie.kind = NO_EVENT;
|
||||
inev.ie.arg = Qnil;
|
||||
|
|
|
|||
Loading…
Reference in a new issue