repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vfs: check userland buffers before reading them.
[haiku.git]
/
src
/
preferences
/
media
/
IconHandles.h
blob
fb0cbfac6443a382cd6b6d4716563643ba2d7b42
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