vfs: check userland buffers before reading them.
[haiku.git] / src / preferences / notifications / NotificationsConstants.h
bloba02fbcbf1418a65c64db99cc469e46c5c899b3bb
1 /*
2 * Copyright 2017 Haiku Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef NOTIFICATIONS_CONSTANTS_H
6 #define NOTIFICATIONS_CONSTANTS_H
9 // interface messages
10 const uint32 kDefaults = '_DFT';
11 const uint32 kRevert = '_RVT';
12 const uint32 kApply = '_APY';
13 const uint32 kApplyWithExample = '_APE';
14 const uint32 kApplicationSelected = '_ASL';
15 const uint32 kAddApplication = '_AAP';
16 const uint32 kAddApplicationRef = '_AAR';
17 const uint32 kRemoveApplication = '_RAP';
18 const uint32 kMuteChanged = '_MCH';
20 // user interface
21 const float kEdgePadding = 5.0;
22 const float kCLVTitlePadding = 8.0;
25 #endif /* NOTIFICATIONS_CONSTANTS_H */