equal
deleted
inserted
replaced
52 |
52 |
53 EUpdate_SOURCE_GEOMETRY_SET = EUpdate_SOURCE_RECTANGLE|EUpdate_SOURCE_FLIP|EUpdate_SOURCE_ROTATION, |
53 EUpdate_SOURCE_GEOMETRY_SET = EUpdate_SOURCE_RECTANGLE|EUpdate_SOURCE_FLIP|EUpdate_SOURCE_ROTATION, |
54 EUpdate_ALL_ATTRIBS = 0x000fffff, |
54 EUpdate_ALL_ATTRIBS = 0x000fffff, |
55 EUpdate_AttributesIllegal = 0x00100000, //If set then the owf scene will not be updated because it would be illegal. |
55 EUpdate_AttributesIllegal = 0x00100000, //If set then the owf scene will not be updated because it would be illegal. |
56 EUpdate_SettingValid = 0x00200000, |
56 EUpdate_SettingValid = 0x00200000, |
57 EUpdate_DontLockSource = 0x00400000, |
|
58 |
57 |
59 EUpdate_Insert = 0x01000000, |
58 EUpdate_Insert = 0x01000000, |
60 EUpdate_Remove = 0x02000000, |
59 EUpdate_Remove = 0x02000000, |
61 EUpdate_Destroy = 0x04000000, |
60 EUpdate_Destroy = 0x04000000, |
62 EUpdate_SceneCommited = 0x10000000, |
61 EUpdate_SceneCommited = 0x10000000, |