Merge branch 'master' into stdin
This commit is contained in:
		
						commit
						1c538a003d
					
				| @ -231,7 +231,8 @@ void Bar::setColorScheme(const ColorScheme& scheme, bool invert) | ||||
| } | ||||
| static void setColor(cairo_t* painter, const Color& color) | ||||
| { | ||||
| 	cairo_set_source_rgba(painter, color.r/255.0, color.g/255.0, color.b/255.0, color.a/255.0); | ||||
| 	cairo_set_source_rgba(painter, | ||||
| 		color.r/255.0, color.g/255.0, color.b/255.0, color.a/255.0); | ||||
| } | ||||
| void Bar::beginFg() { setColor(_painter, _colorScheme.fg); } | ||||
| void Bar::beginBg() { setColor(_painter, _colorScheme.bg); } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user