* 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

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