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:
authorTon Roosendaal <ton@blender.org>2003-10-16 16:03:03 +0400
committerTon Roosendaal <ton@blender.org>2003-10-16 16:03:03 +0400
commit77b37c99271c0c05728ebc1f1974c918bee1f566 (patch)
tree30e670b71a6419f99c7e7b4ac53cfc8cb694a31e /source/blender/include/BIF_interface.h
parenta7cd8b5951d8138cc27be75842cf79f66a44508c (diff)
- fix for drawing buttons in fileselectors, it used an old exception
and special 'EMBOSSF' drawing function. Now complies to standard.
Diffstat (limited to 'source/blender/include/BIF_interface.h')
-rw-r--r--source/blender/include/BIF_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/include/BIF_interface.h b/source/blender/include/BIF_interface.h
index 77cdcaec9a7..188caf77bae 100644
--- a/source/blender/include/BIF_interface.h
+++ b/source/blender/include/BIF_interface.h
@@ -41,7 +41,7 @@ struct ScrArea;
#define UI_EMBOSSX 0 /* Rounded embossed button */
#define UI_EMBOSSW 1 /* Flat bordered button */
#define UI_EMBOSSN 2 /* No border */
-#define UI_EMBOSSF 3 /* Square embossed button */
+
#define UI_EMBOSSM 4 /* Colored Border */
#define UI_EMBOSSP 5 /* Borderless coloured button */
#define UI_EMBOSSA 6 /* same as EMBOSSX but with arrows to simulate */