e9834f35e7
* Move the files shared between server and preflet to the server folder. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43159 a95241bf-73f2-0310-859d-f6bbb57e9c96
23 lines
544 B
C++
23 lines
544 B
C++
/*
|
|
* Copyright 2010, Haiku, Inc. All Rights Reserved.
|
|
* Distributed under the terms of the MIT License.
|
|
*/
|
|
|
|
|
|
#include <Notifications.h>
|
|
|
|
|
|
// Settings constants
|
|
const char* kSettingsDirectory = "system/notifications";
|
|
const char* kFiltersSettings = "filters";
|
|
const char* kGeneralSettings = "general";
|
|
const char* kDisplaySettings = "display";
|
|
|
|
// General settings
|
|
const char* kAutoStartName = "auto-start";
|
|
const char* kTimeoutName = "timeout";
|
|
|
|
// Display settings
|
|
const char* kWidthName = "width";
|
|
const char* kIconSizeName = "icon size";
|