[gtk-osx] Get the spaces right in gtkmenu.c hunk.



commit fb27c1c9558aa908fcc603743d95239180f1e83b
Author: John Ralls <jralls ceridwen us>
Date:   Mon Mar 25 22:20:08 2019 -0700

    Get the spaces right in gtkmenu.c hunk.

 patches/gtk3-quartz-3-24-7-fixes.patch | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/patches/gtk3-quartz-3-24-7-fixes.patch b/patches/gtk3-quartz-3-24-7-fixes.patch
index 4f656b7..6ffa2d3 100644
--- a/patches/gtk3-quartz-3-24-7-fixes.patch
+++ b/patches/gtk3-quartz-3-24-7-fixes.patch
@@ -100,7 +100,7 @@ index 75699cc..c01a9cd 100644
   */
  gchar **
  gtk_clipboard_wait_for_uris (GtkClipboard *clipboard)
-@@ -1276,7 +1293,9 @@ _gtk_clipboard_store_all (void)
+@@ -1276,6 +1293,8 @@ _gtk_clipboard_store_all (void)
   * gtk_clipboard_get_selection:
   * @clipboard:
   *
@@ -113,7 +113,7 @@ diff --git a/gtk/gtkmenu.c b/gtk/gtkmenu.c
 index f12deb5..01b31ef 100644
 --- a/gtk/gtkmenu.c
 +++ b/gtk/gtkmenu.c
-@@ -5271,8 +5271,5 @@ gtk_menu_position (GtkMenu  *menu,
+@@ -5271,12 +5271,12 @@ gtk_menu_position (GtkMenu  *menu,
    /* Realize so we have the proper width and height to figure out
     * the right place to popup the menu.
     */
@@ -122,7 +122,7 @@ index f12deb5..01b31ef 100644
 -
    if (!gtk_widget_get_visible (priv->toplevel))
      gtk_window_set_type_hint (GTK_WINDOW (priv->toplevel), priv->menu_type_hint);
-
+ 
 +  gtk_widget_realize (priv->toplevel);
 +  gtk_window_move_resize (GTK_WINDOW (priv->toplevel));
 +


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]