(xlw_popup_menu): Cast arg of pop_up_menu.
This commit is contained in:
parent
123c6301b3
commit
af5e64bc8e
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2000-06-23 Dave Love <fx@gnu.org>
|
||||
|
||||
* lwlib-Xlw.c (xlw_popup_menu): Cast arg of pop_up_menu.
|
||||
|
||||
* lwlib-utils.c: Include lwlib.h.
|
||||
|
||||
2000-06-16 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* xlwmenuP.h (_XlwMenu_part): Add free_top_shadow_color_p and
|
||||
|
|
|
@ -226,7 +226,7 @@ xlw_popup_menu (widget, event)
|
|||
mw = (XlwMenuWidget)((CompositeWidget)widget)->composite.children [0];
|
||||
|
||||
if (event)
|
||||
pop_up_menu (mw, event);
|
||||
pop_up_menu (mw, (XButtonPressedEvent*) event);
|
||||
else
|
||||
{
|
||||
dummy.type = ButtonPress;
|
||||
|
|
Loading…
Add table
Reference in a new issue