From f982ff89145c88676b50a417c25083bf03b06b4b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 27 May 2003 04:34:32 +0000 Subject: [PATCH] i suck so much --- openbox/popup.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openbox/popup.c b/openbox/popup.c index ee69a519..e4e4a554 100644 --- a/openbox/popup.c +++ b/openbox/popup.c @@ -58,14 +58,14 @@ Popup *popup_new(gboolean hasicon) } RrColorSet(&pri, 1, 0, 0, 0); - RrColorSet(&pri, 0, 1, 0, 0); + RrColorSet(&sec, 0, 1, 0, 0); RrPlanarSet(self->s_bg, RR_PLANAR_VERTICAL, &pri, &sec); RrColorSet(&pri, 0, 0.5, 0, 1); - RrColorSet(&pri, 0.5, 0, 0.5, 1); + RrColorSet(&sec, 0.5, 0, 0.5, 1); RrPlanarSet(self->s_text, RR_PLANAR_HORIZONTAL, &pri, &sec); if (self->s_icon) { RrColorSet(&pri, 0, 0, 1, 1); - RrColorSet(&pri, 0.5, 0.5, 0, 1); + RrColorSet(&sec, 0.5, 0.5, 0, 1); RrPlanarSet(self->s_icon, RR_PLANAR_HORIZONTAL, &pri, &sec); } -- 2.34.1