From 62414488d650879c45a0bc41a4e8c4edb03ea9e3 Mon Sep 17 00:00:00 2001 From: "erg@chromium.org" Date: Wed, 21 Apr 2010 19:05:18 +0000 Subject: GTK: Override cursor colors in chrome-theme mode. On dark gtk themes with light text, the cursor is often white, so in chrome-theme mode we had a white cursor on white background. BUG=40094 TEST=none Review URL: http://codereview.chromium.org/1723001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45213 0039d316-1c4b-4281-b951-d872f2087c98 --- gfx/gtk_util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gfx/gtk_util.h') diff --git a/gfx/gtk_util.h b/gfx/gtk_util.h index cc1fa8a..5af37df 100644 --- a/gfx/gtk_util.h +++ b/gfx/gtk_util.h @@ -31,6 +31,7 @@ namespace gfx { class Rect; extern const GdkColor kGdkWhite; +extern const GdkColor kGdkGray; extern const GdkColor kGdkBlack; extern const GdkColor kGdkGreen; -- cgit v1.1