1/*
2 * Copyright 2017, Haiku.
3 * Distributed under the terms of the MIT License.
4 *
5 * Authors:
6 *		Brian Hill <supernova@warpmail.net>
7 */
8#ifndef _SCREEN_DEFS_H
9#define _SCREEN_DEFS_H
10
11
12// Message sent to Screen from Backgrounds when updating the background color
13static const uint32 UPDATE_DESKTOP_COLOR_MSG = 'udsc';
14
15#endif	// _SCREEN_DEFS_H
16