From 26937f092e9e29f01c379e668928a0159073e578 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 13 Dec 2006 18:16:57 +0000 Subject: Dropped port translucency a touch. git-svn-id: http://svn.drobilla.net/lad/patchage@224 a436a847-0d15-0410-975c-d299462d15a1 --- src/StateManager.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/StateManager.cpp') diff --git a/src/StateManager.cpp b/src/StateManager.cpp index f4bab3a..6228a87 100644 --- a/src/StateManager.cpp +++ b/src/StateManager.cpp @@ -236,11 +236,11 @@ int StateManager::get_port_color(PortType type) { if (type == JACK_AUDIO) - return 0x305171FF; + return 0x305171B0; else if (type == JACK_MIDI) - return 0x663939FF; + return 0x663939B0; else if (type == ALSA_MIDI) - return 0x307130FF; + return 0x307130B0; else - return 0xFF0000FF; + return 0xFF0000B0; } -- cgit v1.2.1