tcp: Fix 64 bit build with debugging features enabled.
[haiku.git] / src / preferences / keyboard / KeyboardMessages.h
blob264725cffe7c0fcc6b5aa6da396df8186f5efc05
1 /*
2 * Copyright 2004-2007, Haiku. All rights reserved.
3 * Distributed under the terms of the Haiku License.
5 * Authors:
6 * Andrew McCall, mccall@digitalparadise.co.uk
7 * Jérôme Duval
8 * Marcus Overhagen
9 */
10 #ifndef KEYBOARD_MESSAGES_H
11 #define KEYBOARD_MESSAGES_H
14 #include <SupportDefs.h>
17 const uint32 BUTTON_DEFAULTS = 'BTde';
18 const uint32 BUTTON_REVERT = 'BTre';
19 const uint32 SLIDER_REPEAT_RATE = 'SLrr';
20 const uint32 SLIDER_DELAY_RATE = 'SLdr';
22 const uint32 ERROR_DETECTED = 'ERor';
24 #endif // KEYBOARD_MESSAGES_H