Renamed MouseMessages.h to MouseConstants.h, added some user interface

constants.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5959 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2004-01-07 08:07:43 +00:00
parent 43d9314a5a
commit 3e92b3c74b
@@ -6,16 +6,19 @@
// by the OpenBeOS license. // by the OpenBeOS license.
// //
// //
// File: MouseMessages.h // File: MouseConstants.h
// Author: Jérôme Duval, Andrew McCall ([email protected]) // Authors: Jérôme Duval,
// Description: Media Preferences // Andrew McCall ([email protected])
// Created : December 10, 2003 // Axel Dörfler ([email protected])
// Description: Mouse Preferences
// Created: December 10, 2003
// //
// ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ // ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
#ifndef MOUSE_MESSAGES_H #ifndef MOUSE_CONSTANTS_H
#define MOUSE_MESSAGES_H #define MOUSE_CONSTANTS_H
// interface messages
const uint32 BUTTON_DEFAULTS = 'BTde'; const uint32 BUTTON_DEFAULTS = 'BTde';
const uint32 BUTTON_REVERT = 'BTre'; const uint32 BUTTON_REVERT = 'BTre';
@@ -31,4 +34,8 @@ const uint32 SLIDER_MOUSE_ACC = 'SLma';
const uint32 ERROR_DETECTED = 'ERor'; const uint32 ERROR_DETECTED = 'ERor';
#endif // user interface
const uint32 kBorderSpace = 10;
const uint32 kItemSpace = 7;
#endif /* MOUSE_CONSTANTS_H */