docs/ikteam: Delete most files.
[haiku.git] / src / servers / notification / Notifications.cpp
blob3dfcb1e7139bf018f4483f5f0140699355297920
1 /*
2 * Copyright 2010, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
4 */
7 #include <Notifications.h>
10 // Settings constants
11 const char* kSettingsFile = "system/notifications";
13 // General settings
14 const char* kAutoStartName = "auto-start";
15 const char* kTimeoutName = "timeout";
17 // Display settings
18 const char* kWidthName = "width";
19 const char* kIconSizeName = "icon size";