From e49c63e1ba95fc108d0171b70003c389cc8fe1b6 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Sun, 27 Apr 2003 10:05:36 +0000 Subject: just 2 include files translated... --- source/blender/include/mydevice.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'source/blender/include/mydevice.h') diff --git a/source/blender/include/mydevice.h b/source/blender/include/mydevice.h index 3bbaafd0c1a..1e3e94ef011 100644 --- a/source/blender/include/mydevice.h +++ b/source/blender/include/mydevice.h @@ -3,9 +3,11 @@ #define __MYDEVICE_H__ /* - * - * mouse / timer / window: tot 0x020 - * eigen codes: 0x4... + * This file has its origin at sgi, where all device defines were written down. + * Blender copied this concept quite some, and expanded it with internal new defines (ton) + * + * mouse / timer / window: until 0x020 + * custom codes: 0x4... * * $Id$ * @@ -198,7 +200,7 @@ #define UI_BUT_EVENT 0x4008 #define AUTOSAVE_FILE 0x4009 -/* REDRAWVIEW3D moet de eerste zijn (laagste nummer) voor buttons! */ +/* REDRAWVIEW3D has to be the first one (lowest number) for buttons! */ #define REDRAWVIEW3D 0x4010 #define REDRAWBUTSHEAD 0x4011 -- cgit v1.2.3