Index: ui/base/x/x11_util.h |
diff --git a/ui/base/x/x11_util.h b/ui/base/x/x11_util.h |
index bf89c3bd13297a7f77215b8cbef0c59d98470e24..07220f43a91f52e8dff3b35bef8f5cbd5046c54c 100644 |
--- a/ui/base/x/x11_util.h |
+++ b/ui/base/x/x11_util.h |
@@ -119,6 +119,9 @@ UI_EXPORT GtkWindow* GetGtkWindowFromX11Window(XID xid); |
// Get a Visual from the given widget. Since we don't include the Xlib |
// headers, this is returned as a void*. |
UI_EXPORT void* GetVisualFromGtkWidget(GtkWidget* widget); |
+ |
+// Sets _GTK_HIDE_TITLEBAR_WHEN_MAXIMIZED on |window|. |
+UI_EXPORT void SetHideTitlebarWhenMaximizedProperty(GdkWindow* window); |
Daniel Erat
2012/05/21 21:37:10
despite the atom's name, this isn't really GTK-spe
tony
2012/05/21 21:47:31
Done.
|
#endif // defined(TOOLKIT_GTK) |
// Return the number of bits-per-pixel for a pixmap of the given depth |