1 /* 2 * Copyright 2010, Haiku, Inc. All Rights Reserved. 3 * Distributed under the terms of the MIT License. 4 */ 5 6 7 #include <Notifications.h> 8 9 10 // Settings constants 11 const char* kSettingsFile = "system/notifications"; 12 13 // General settings 14 const char* kAutoStartName = "auto-start"; 15 const char* kTimeoutName = "timeout"; 16 17 // Display settings 18 const char* kWidthName = "width"; 19 const char* kIconSizeName = "icon size"; 20 const char* kNotificationPositionName = "notification position"; 21