haiku/src/servers/notification/Notifications.cpp
Adrien Destugues e9834f35e7 * revert '43157 as the files are actually needed. I still don't understand how I managed to build everything without them ...
* 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
2011-11-03 12:49:18 +00:00

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";