Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(300)

Unified Diff: ui/base/x/x11_util.h

Issue 291093012: Fix some views unittests on desktop Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: docs Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/base/x/x11_util.h
diff --git a/ui/base/x/x11_util.h b/ui/base/x/x11_util.h
index e80d6cb8c875871f3e6a7c79ad6e0a9f3c567f41..bd3b2aebf450357ab84d4edcc6a40e69956bc595 100644
--- a/ui/base/x/x11_util.h
+++ b/ui/base/x/x11_util.h
@@ -262,9 +262,12 @@ UI_BASE_EXPORT WindowManagerName GuessWindowManager();
// to set your own error handlers.
UI_BASE_EXPORT void SetDefaultX11ErrorHandlers();
-// Return true if a given window is in full-screen mode.
+// Returns true if a given window is in full-screen mode.
UI_BASE_EXPORT bool IsX11WindowFullScreen(XID window);
+// Returns true if the window manager supports the given hint.
+UI_BASE_EXPORT bool WmSupportsHint(Atom atom);
+
// Manages a piece of X11 allocated memory as a RefCountedMemory segment. This
// object takes ownership over the passed in memory and will free it with the
// X11 allocator when done.
« no previous file with comments | « no previous file | ui/base/x/x11_util.cc » ('j') | ui/views/widget/desktop_aura/desktop_native_widget_aura_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698