* 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
This commit is contained in:
2003-05-08 23:51:09 +00:00
parent cf6def23e3
commit ceeb5e7568
5 changed files with 3 additions and 168 deletions

View File

@@ -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;