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

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

Issue 585553003: linux: Detect additional window managers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: wrap case lines Created 6 years, 3 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
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | ui/base/x/x11_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/x/x11_util.h
diff --git a/ui/base/x/x11_util.h b/ui/base/x/x11_util.h
index 39a7dc23112274e5f2c092bfba72cc62fbe8098b..7aa18b7d4ded2ae0e22000daff864bf87adff654 100644
--- a/ui/base/x/x11_util.h
+++ b/ui/base/x/x11_util.h
@@ -246,16 +246,24 @@ UI_BASE_EXPORT bool CopyAreaToCanvas(XID drawable,
enum WindowManagerName {
WM_UNKNOWN,
+
+ WM_AWESOME,
WM_BLACKBOX,
- WM_CHROME_OS,
WM_COMPIZ,
WM_ENLIGHTENMENT,
+ WM_I3,
WM_ICE_WM,
+ WM_ION3,
WM_KWIN,
+ WM_MATCHBOX,
WM_METACITY,
WM_MUFFIN,
WM_MUTTER,
+ WM_NOTION,
WM_OPENBOX,
+ WM_QTILE,
+ WM_RATPOISON,
+ WM_STUMPWM,
WM_XFWM4,
};
// Attempts to guess the window maager. Returns WM_UNKNOWN if we can't
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | ui/base/x/x11_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698