* lwlib/xlwmenu.c (pop_up_menu): Fix cast.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user