Update things to use blender_test_break() vs MISC_test_break() and

remove use of blendertimer.h
This commit is contained in:
2003-03-24 16:37:08 +00:00
parent 40ff08a34e
commit 702880df55
12 changed files with 13 additions and 29 deletions

View File

@@ -70,8 +70,6 @@
#include "BSE_filesel.h"
#include "BSE_headerbuttons.h"
#include "blendertimer.h"
#include "blendef.h"
#include "mydevice.h"
#include "winlay.h"
@@ -598,7 +596,7 @@ static void renderview_progress_display_cb(int y1, int y2, int w, int h, unsigne
static int test_break(void)
{
if (!G.afbreek) {
if (MISC_test_break()) {
if (blender_test_break()) {
;
} else if (render_win) {
winlay_process_events(0);