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

Unified Diff: ui/base/cursor/cursor_loader_x11.cc

Issue 2771733002: X11: Use XC_hand2 instead of XC_hand1 (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/cursor/cursor_loader_x11.cc
diff --git a/ui/base/cursor/cursor_loader_x11.cc b/ui/base/cursor/cursor_loader_x11.cc
index ad6e024972df112cea9a3eb3d43a7ee57dd5a892..7febd85b555b467036d93c592149fa18abf42951 100644
--- a/ui/base/cursor/cursor_loader_x11.cc
+++ b/ui/base/cursor/cursor_loader_x11.cc
@@ -179,7 +179,7 @@ static const struct {
const char* fallback_name;
int fallback_shape;
} kCursorFallbacks[] = {
- { "pointer", "hand", XC_hand1 },
+ { "pointer", "hand", XC_hand2 },
{ "progress", "left_ptr_watch", XC_watch },
{ "wait", nullptr, XC_watch },
{ "cell", nullptr, XC_plus },
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698