Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/screen/screen_intern.h
| Context not available. | |||||
| /* internal exports only */ | /* internal exports only */ | ||||
| #define AZONESPOT (0.4f * U.widget_unit) | #define AZONESPOTW UI_HEADER_OFFSET /* width of corner azone - max */ | ||||
| #define AZONESPOTH (0.6f * U.widget_unit) /* height of corner azone */ | |||||
| #define AZONEFADEIN (5.0f * U.widget_unit) /* when azone is totally visible */ | #define AZONEFADEIN (5.0f * U.widget_unit) /* when azone is totally visible */ | ||||
| #define AZONEFADEOUT (6.5f * U.widget_unit) /* when we start seeing the azone */ | #define AZONEFADEOUT (6.5f * U.widget_unit) /* when we start seeing the azone */ | ||||
| Context not available. | |||||