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
11const char* kSettingsFile = "system/notifications";
12
13// General settings
14const char* kAutoStartName = "auto-start";
15const char* kTimeoutName = "timeout";
16
17// Display settings
18const char* kWidthName = "width";
19const char* kIconSizeName = "icon size";
20const char* kNotificationPositionName = "notification position";
21