1 /* 2 * Copyright 2010, Haiku, Inc. All rights reserved. 3 * Distributed under the terms of the MIT License. 4 */ 5 6 7 enum { 8 devices_icon = 1, 9 mixer_icon = 2, 10 tv_icon = 3, 11 cam_icon = 4, 12 mic_icon = 5, 13 speaker_icon = 6 14 }; 15 16