mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
there's no random() on window, but no matter
This commit is contained in:
parent
822b5443fe
commit
1bde96be09
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ Canvas::render (Rect const & area, Cairo::RefPtr<Cairo::Context> const & context
|
|||
|
||||
_root.render (*draw, context);
|
||||
|
||||
#ifdef CANVAS_DEBUG
|
||||
#if defined CANVAS_DEBUG && !PLATFORM_WINDOWS
|
||||
if (getenv ("CANVAS_HARLEQUIN_DEBUGGING")) {
|
||||
// This transparently colors the rect being rendered, after it has been drawn.
|
||||
double r = (random() % 65536) /65536.0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue