mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
* lwlib/xlwmenu.c (pop_up_menu): Fix cast.
This commit is contained in:
parent
30d92721ce
commit
a5e6a7c3bc
1 changed files with 1 additions and 1 deletions
|
|
@ -2743,5 +2743,5 @@ pop_up_menu (XlwMenuWidget mw, XButtonPressedEvent *event)
|
||||||
((XMotionEvent*)event)->is_hint = 0;
|
((XMotionEvent*)event)->is_hint = 0;
|
||||||
handle_motion_event (mw, (XMotionEvent*)event);
|
handle_motion_event (mw, (XMotionEvent*)event);
|
||||||
|
|
||||||
XlwMenuRedisplay ((XlwMenuWidget) mw, NULL, None);
|
XlwMenuRedisplay ((Widget) mw, NULL, None);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue