Update things to use blender_test_break() vs MISC_test_break() and
remove use of blendertimer.h
This commit is contained in:
@@ -71,9 +71,6 @@
|
||||
#include "BSE_drawipo.h"
|
||||
#include "BSE_sequence.h"
|
||||
|
||||
/* Modules used */
|
||||
#include "blendertimer.h" /* timer functions */
|
||||
|
||||
int no_rightbox=0, no_leftbox= 0;
|
||||
|
||||
static void EmbossBoxf(float x1, float y1, float x2, float y2, int sel, unsigned int dark, unsigned int light)
|
||||
|
@@ -90,7 +90,6 @@
|
||||
#include "BDR_editcurve.h"
|
||||
|
||||
/* old stuff */
|
||||
#include "blendertimer.h"
|
||||
#include "blendef.h"
|
||||
#include "interface.h"
|
||||
#include "mydevice.h"
|
||||
|
@@ -89,8 +89,6 @@
|
||||
|
||||
#include "BDR_editobject.h"
|
||||
|
||||
#include "blendertimer.h"
|
||||
|
||||
#include "interface.h"
|
||||
#include "mydevice.h"
|
||||
#include "blendef.h"
|
||||
|
@@ -80,7 +80,6 @@
|
||||
#include "interface.h"
|
||||
#include "blendef.h"
|
||||
#include "mydevice.h"
|
||||
#include "blendertimer.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
|
@@ -88,8 +88,6 @@
|
||||
#include "BSE_drawview.h"
|
||||
#include "BSE_editaction.h"
|
||||
|
||||
#include "blendertimer.h"
|
||||
|
||||
#include "blendef.h"
|
||||
#include "mydevice.h"
|
||||
|
||||
|
@@ -75,8 +75,6 @@
|
||||
|
||||
#include "BSE_view.h"
|
||||
|
||||
#include "blendertimer.h"
|
||||
|
||||
#include "mydevice.h"
|
||||
#include "interface.h"
|
||||
#include "blendef.h"
|
||||
|
@@ -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);
|
||||
|
@@ -92,7 +92,6 @@
|
||||
#include "blendef.h"
|
||||
#include "interface.h"
|
||||
#include "render.h"
|
||||
#include "blendertimer.h" /* timer functions */
|
||||
|
||||
#include "IMB_imbuf.h"
|
||||
#include "IMB_imbuf_types.h"
|
||||
|
Reference in New Issue
Block a user