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:
authorWillian Padovani Germano <wpgermano@gmail.com>2003-05-09 03:51:09 +0400
committerWillian Padovani Germano <wpgermano@gmail.com>2003-05-09 03:51:09 +0400
commitceeb5e75685be981e206a9cf82568d8ac2459f3a (patch)
treefd46ee813c73bb7b2bc3986a58c8a687778165b0 /source/blender/python/api2_2x/Draw.h
parentcf6def23e392e738c83181c247166f2c5074d948 (diff)
* Finishing renaming of interface.[ch] to EXPP_interface.[ch]:
removed old files -- should solve compile problems. * Updated Window.c to access a variable in Draw.c
Diffstat (limited to 'source/blender/python/api2_2x/Draw.h')
-rw-r--r--source/blender/python/api2_2x/Draw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Draw.h b/source/blender/python/api2_2x/Draw.h
index 2220a48c4c4..4b69807da57 100644
--- a/source/blender/python/api2_2x/Draw.h
+++ b/source/blender/python/api2_2x/Draw.h
@@ -66,7 +66,7 @@
#include "modules.h"
/*@ hack to flag that window redraw has happened inside slider callback: */
-int EXPP_disable_force_draw;
+int EXPP_disable_force_draw = 0;
/* From Window.h, used here by py_slider_update() */
PyObject *M_Window_Redraw(PyObject *self, PyObject *args);