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