just 2 include files translated...
This commit is contained in:
@@ -44,7 +44,6 @@
|
|||||||
#define UI_HELVB 1
|
#define UI_HELVB 1
|
||||||
|
|
||||||
|
|
||||||
/* MAART: moved from Button.h */
|
|
||||||
/* Button types */
|
/* Button types */
|
||||||
#define CHA 32
|
#define CHA 32
|
||||||
#define SHO 64
|
#define SHO 64
|
||||||
|
@@ -3,9 +3,11 @@
|
|||||||
#define __MYDEVICE_H__
|
#define __MYDEVICE_H__
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
* 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: tot 0x020
|
* mouse / timer / window: until 0x020
|
||||||
* eigen codes: 0x4...
|
* custom codes: 0x4...
|
||||||
*
|
*
|
||||||
* $Id$
|
* $Id$
|
||||||
*
|
*
|
||||||
@@ -198,7 +200,7 @@
|
|||||||
#define UI_BUT_EVENT 0x4008
|
#define UI_BUT_EVENT 0x4008
|
||||||
#define AUTOSAVE_FILE 0x4009
|
#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 REDRAWVIEW3D 0x4010
|
||||||
|
|
||||||
#define REDRAWBUTSHEAD 0x4011
|
#define REDRAWBUTSHEAD 0x4011
|
||||||
|
Reference in New Issue
Block a user