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