summaryrefslogtreecommitdiff
path: root/gtk/gtkmenushell.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2003-08-13 21:13:09 +0000
committerOwen Taylor <otaylor@src.gnome.org>2003-08-13 21:13:09 +0000
commita64911990628b17d55c71e346c7af8f2752e01f3 (patch)
tree8e9427c8869e3e7e0aa24d0824c601d714afea78 /gtk/gtkmenushell.h
parent91d37680179bb74be77a3ad9c849b4e98bf03663 (diff)
downloadgtk+-a64911990628b17d55c71e346c7af8f2752e01f3.tar.gz
Remove usage of menu_shell->ignore leave which was to deal with stray
Wed Aug 13 17:01:49 2003 Owen Taylor <otaylor@redhat.com> * gtk/gtkmenushell.[ch] (gtk_menu_shell_enter_notify): Remove usage of menu_shell->ignore leave which was to deal with stray events we no longer get because we do grabbing differently. Comment it as unused in the header. (#115837, Keith Bissett)
Diffstat (limited to 'gtk/gtkmenushell.h')
-rw-r--r--gtk/gtkmenushell.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkmenushell.h b/gtk/gtkmenushell.h
index 7b4e32af5c..8d821bde03 100644
--- a/gtk/gtkmenushell.h
+++ b/gtk/gtkmenushell.h
@@ -62,7 +62,7 @@ struct _GtkMenuShell
guint active : 1;
guint have_grab : 1;
guint have_xgrab : 1;
- guint ignore_leave : 1;
+ guint ignore_leave : 1; /* unused */
guint menu_flag : 1;
guint ignore_enter : 1;
};