aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main_proto_draw.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-05-01 18:03:46 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-05-01 18:03:46 +0000
commit0a4ab4b039e6cc6f0f8032b2caec5754d3969042 (patch)
treeb58558061ea33c077438cafb65217e643db1307f /gtk/main_proto_draw.h
parentedfab8e2aa070fef490d9df7a0cde6cf3b0e2a49 (diff)
Force foreground when background is forced in expert info dialogs.
svn path=/trunk/; revision=25211
Diffstat (limited to 'gtk/main_proto_draw.h')
-rw-r--r--gtk/main_proto_draw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/main_proto_draw.h b/gtk/main_proto_draw.h
index 91201e5c97..925bc5f081 100644
--- a/gtk/main_proto_draw.h
+++ b/gtk/main_proto_draw.h
@@ -230,5 +230,6 @@ extern GdkColor expert_color_chat;
extern GdkColor expert_color_note;
extern GdkColor expert_color_warn;
extern GdkColor expert_color_error;
+extern GdkColor expert_color_foreground;
#endif