btrfs: [] on the end of a struct field is a variable length array.
[haiku.git] / headers / private / preferences / ScreenDefs.h
blobf03a3a79120034aadc8329b5ff56270e92cbf6d2
1 /*
2 * Copyright 2017, Haiku.
3 * Distributed under the terms of the MIT License.
5 * Authors:
6 * Brian Hill <supernova@warpmail.net>
7 */
8 #ifndef _SCREEN_DEFS_H
9 #define _SCREEN_DEFS_H
12 // Message sent to Screen from Backgrounds when updating the background color
13 static const uint32 UPDATE_DESKTOP_COLOR_MSG = 'udsc';
15 #endif // _SCREEN_DEFS_H