murrine r146 - trunk/src
- From: acimitan svn gnome org
- To: svn-commits-list gnome org
- Subject: murrine r146 - trunk/src
- Date: Mon, 16 Mar 2009 00:42:22 +0000 (UTC)
Author: acimitan
Date: Mon Mar 16 00:42:21 2009
New Revision: 146
URL: http://svn.gnome.org/viewvc/murrine?rev=146&view=rev
Log:
nothing important
Modified:
trunk/src/murrine_draw.c
Modified: trunk/src/murrine_draw.c
==============================================================================
--- trunk/src/murrine_draw.c (original)
+++ trunk/src/murrine_draw.c Mon Mar 16 00:42:21 2009
@@ -1748,12 +1748,11 @@
const HandleParameters *handle,
int x, int y, int width, int height)
{
- const MurrineRGB *dark = &colors->shade[4];
int bar_height;
- int bar_width = 4;
+ int bar_width = 4;
int i, bar_y = 1;
int num_bars, bar_spacing;
- num_bars = 3;
+ num_bars = 3;
bar_spacing = 3;
bar_height = num_bars*bar_spacing;
@@ -1773,7 +1772,7 @@
{
cairo_move_to (cr, 0, bar_y);
cairo_line_to (cr, bar_width, bar_y);
- murrine_set_color_rgb (cr, dark);
+ murrine_set_color_rgb (cr, &colors->shade[4]);
cairo_stroke (cr);
bar_y += bar_spacing;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]