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
bin/pc: Mark non-returning function as void
[haiku.git]
/
src
/
servers
/
mail
/
DeskbarViewIcons.h
blob
516e6ad7769506f8b9181848240f0befdcfb48a1
1
/*
2
* Copyright 2009, Haiku. All rights reserved.
3
* Distributed under the terms of the MIT License.
4
*/
5
#ifndef DESKBAR_VIEW_ICONS_H
6
#define DESKBAR_VIEW_ICONS_H
7
8
enum
{
9
kIconNoMail
=
1000
,
10
kIconNewMail
=
1001
11
};
12
13
#endif
// DESKBAR_VIEW_ICONS_H