* 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

@@ -65,7 +65,7 @@ PyObject *M_Window_Redraw(PyObject *self, PyObject *args)
st = sa->spacedata.first;
if (st->text->flags & TXT_FOLLOW) /* follow cursor display */
pop_space_text(st);
if (/*disable_force_draw*/0) { /* XXX Blender.Draw ... */
if (EXPP_disable_force_draw) { /* from Draw.[ch] ... */
scrarea_queue_redraw(sa);
}