compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
648bec3ef5
commit
8001ecce19
@ -3744,7 +3744,7 @@ static gint gs_pop_y = 0;
|
||||
|
||||
static void wxPopupMenuPositionCallback( GtkMenu *menu,
|
||||
gint *x, gint *y,
|
||||
gpointer * WXUNUSED(user_data) )
|
||||
gpointer WXUNUSED(user_data) )
|
||||
{
|
||||
// ensure that the menu appears entirely on screen
|
||||
GtkRequisition req;
|
||||
|
@ -3744,7 +3744,7 @@ static gint gs_pop_y = 0;
|
||||
|
||||
static void wxPopupMenuPositionCallback( GtkMenu *menu,
|
||||
gint *x, gint *y,
|
||||
gpointer * WXUNUSED(user_data) )
|
||||
gpointer WXUNUSED(user_data) )
|
||||
{
|
||||
// ensure that the menu appears entirely on screen
|
||||
GtkRequisition req;
|
||||
|
Loading…
Reference in New Issue
Block a user