* 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;
|
||||
handle_motion_event (mw, (XMotionEvent*)event);
|
||||
|
||||
XlwMenuRedisplay ((XlwMenuWidget) mw, NULL, None);
|
||||
XlwMenuRedisplay ((Widget) mw, NULL, None);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue