xref: /haiku/src/servers/mail/DeskbarViewIcons.h (revision 1e60bdeab63fa7a57bc9a55b032052e95a18bd2c)
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
14