vfs: check userland buffers before reading them.
[haiku.git] / src / apps / fontdemo / messages.h
blobb5c89db9968558a8dd9faaf864e59e5b6f68fa56
1 /*
2 * Copyright 2006, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
5 * Authors:
6 * Mikael Konradson, mikael.konradson@gmail.com
7 */
8 #ifndef MESSAGES_H
9 #define MESSAGES_H
11 const uint32 FONTSIZE_MSG = 'size';
12 const uint32 FONTSHEAR_MSG = 'shea';
13 const uint32 ROTATION_MSG = 'rota';
14 const uint32 SPACING_MSG = 'spac';
15 const uint32 OUTLINE_MSG = 'outl';
16 const uint32 ALIASING_MSG = 'alia';
17 const uint32 BOUNDING_BOX_MSG = 'bond';
18 const uint32 CYCLING_FONTS_MSG = 'cycl';
19 const uint32 CYCLING_FONTS_UPDATE_MSG = 'cycU';
20 const uint32 FONTSTYLE_CHANGED_MSG = 'fonS';
21 const uint32 FONTFAMILY_CHANGED_MSG = 'fonF';
22 const uint32 DRAWINGMODE_CHANGED_MSG = 'drmF';
23 const uint32 TEXT_CHANGED_MSG = 'text';
25 #endif // MESSAGES_H