diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-03-27 00:23:19 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-03-27 00:23:19 -0400 |
commit | 93efaa5ebef602e87cb6d246150ae244e9fd379c (patch) | |
tree | 1bb235f8265c5058e89ed92354707613d8653d35 /gtk/gtkwindowprivate.h | |
parent | bdfd0d46380cc086a9e81d3de985a20e2f1c7a82 (diff) | |
download | gtk+-93efaa5ebef602e87cb6d246150ae244e9fd379c.tar.gz |
Fix GtkApplicationWindow menubar placement
Since the menubar is part of the content, we need to give
it the content_window as parent window, to make things
work again.
https://bugzilla.gnome.org/show_bug.cgi?id=696561
Diffstat (limited to 'gtk/gtkwindowprivate.h')
-rw-r--r-- | gtk/gtkwindowprivate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkwindowprivate.h b/gtk/gtkwindowprivate.h index 8891ca4c4f..1dca8c5dd0 100644 --- a/gtk/gtkwindowprivate.h +++ b/gtk/gtkwindowprivate.h @@ -69,6 +69,7 @@ void _gtk_window_get_wmclass (GtkWindow *window, void _gtk_window_set_allocation (GtkWindow *window, const GtkAllocation *allocation, GtkAllocation *allocation_out); +GdkWindow * _gtk_window_get_content_window (GtkWindow *window); typedef void (*GtkWindowKeysForeachFunc) (GtkWindow *window, guint keyval, |