⛏️ index : haiku.git

/*
 * Copyright 2010, Haiku, Inc. All Rights Reserved.
 * Distributed under the terms of the MIT License.
 */


#include <Notifications.h>


// Settings constants
const char* kSettingsFile = "system/notifications";

// General settings
const char* kAutoStartName = "auto-start";
const char* kTimeoutName = "timeout";

// Display settings
const char* kWidthName = "width";
const char* kIconSizeName = "icon size";
const char* kNotificationPositionName = "notification position";