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>2008-12-10 20:58:18 +0300
committerTon Roosendaal <ton@blender.org>2008-12-10 20:58:18 +0300
commit64f9c67ca85a56fbc0a59b5c3a72c7f68c968445 (patch)
tree509765f38a3a785609f82b500a22c3af20c47ab8 /source/blender/editors/include/ED_util.h
parentacce05c7e40785d3b89aa69a61b4b4a91dedc0b4 (diff)
2.5
- Brought back (most of) buttons in TimeLine window. They don't work yet though! Waiting for Brecht to commit callbacks for menus and ui-blocks - Area headers hilite again when mouse is inside.
Diffstat (limited to 'source/blender/editors/include/ED_util.h')
-rw-r--r--source/blender/editors/include/ED_util.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_util.h b/source/blender/editors/include/ED_util.h
index 57b6a0f52d0..82af517b1e9 100644
--- a/source/blender/editors/include/ED_util.h
+++ b/source/blender/editors/include/ED_util.h
@@ -28,7 +28,14 @@
#ifndef ED_UTIL_H
#define ED_UTIL_H
+/* ************** XXX OLD CRUFT WARNING ************* */
+
+#define XIC 20
+#define YIC 20
+
void apply_keyb_grid(float *val, float fac1, float fac2, float fac3, int invert);
+int GetButStringLength(char *str);
+
#endif /* ED_UTIL_H */