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/Window.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/Window.h')
-rw-r--r--source/blender/python/api2_2x/Window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Window.h b/source/blender/python/api2_2x/Window.h
index 2fc649bd2a9..b6ac60d7f36 100644
--- a/source/blender/python/api2_2x/Window.h
+++ b/source/blender/python/api2_2x/Window.h
@@ -54,7 +54,7 @@
#include "modules.h"
/* Used in Draw.c */
-int EXPP_disable_force_draw= 0;
+extern int EXPP_disable_force_draw;
/* Callback used by the file and image selector access functions */
static PyObject *(*EXPP_FS_PyCallback)(PyObject *arg) = NULL;