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