summaryrefslogtreecommitdiff
path: root/gtk/gtkmenu.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-06-16 13:14:01 +0200
committerBenjamin Otte <otte@redhat.com>2010-06-28 14:19:18 +0200
commit14e0cbe2d35215fb299e84c193d3438dfbcc7a88 (patch)
treebede37626137899dce2fe90bf7941cea60afe456 /gtk/gtkmenu.h
parent7ad08f19aad0868a1ba48bfd3e005b6ea3676622 (diff)
downloadgtk+-14e0cbe2d35215fb299e84c193d3438dfbcc7a88.tar.gz
Get rid of navigation region in GtkMenu
This completes the move to get rid of using a GdkRegion for the navigation region and the only user of gdk_region_polygon(). We keep track of the triangle and compute in/out points ourselves now. Unfortunately the DRAW_STAYUP_TRIANGLES debugging code doesn't work using cairo, so I removed it completely.
Diffstat (limited to 'gtk/gtkmenu.h')
-rw-r--r--gtk/gtkmenu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkmenu.h b/gtk/gtkmenu.h
index 0929472af7..4e4746fc06 100644
--- a/gtk/gtkmenu.h
+++ b/gtk/gtkmenu.h
@@ -92,7 +92,7 @@ struct _GtkMenu
/* When a submenu of this menu is popped up, motion in this
* region is ignored
*/
- GdkRegion *GSEAL (navigation_region);
+ GdkRegion *GSEAL (navigation_region); /* unused */
guint GSEAL (navigation_timeout);
guint GSEAL (needs_destruction_ref_count) : 1;