Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Haarsma <phaseIV@zonnet.nl>2003-05-09 18:03:34 +0400
committerRob Haarsma <phaseIV@zonnet.nl>2003-05-09 18:03:34 +0400
commit229265812433b0af48ac6892762f1df194df2805 (patch)
treea88b5f214f1caf81afe6e56be52da6d3c6228e4c /source/blender/include/BIF_resources.h
parent29806ccb0d1418266f9542ee7dca458151fba81a (diff)
added Matt Ebb's icons for the new headerbuttons.
Diffstat (limited to 'source/blender/include/BIF_resources.h')
-rw-r--r--source/blender/include/BIF_resources.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/source/blender/include/BIF_resources.h b/source/blender/include/BIF_resources.h
index 2a53842adba..305df25388c 100644
--- a/source/blender/include/BIF_resources.h
+++ b/source/blender/include/BIF_resources.h
@@ -214,8 +214,8 @@ typedef enum {
ICON_FULLSCREEN,
ICON_SPLITSCREEN,
ICON_RIGHTARROW_THIN,
- ICON_BLANK27,
- ICON_BLANK28,
+ ICON_DISCLOSURE_TRI_RIGHT,
+ ICON_DISCLOSURE_TRI_DOWN,
ICON_SCENE_SEPIA,
ICON_SCENE_DEHLT,
ICON_OBJECT,
@@ -229,8 +229,8 @@ typedef enum {
ICON_IPO_DEHLT,
ICON_LIBRARY_DEHLT,
ICON_IMAGE_DEHLT,
- ICON_BLANK29,
- ICON_BLANK30,
+ ICON_WINDOW_FULLSCREEN,
+ ICON_WINDOW_WINDOW,
ICON_BLANK31,
ICON_BLENDER,
@@ -319,4 +319,3 @@ void BIF_draw_icon_blended (BIFIconID icon, BIFColorID color, BIFColorShade shad
void BIF_set_color (BIFColorID color, BIFColorShade shade);
#endif /* BIF_ICONS_H */
-