git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@405 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
joregan 2010-06-27 15:29:01 +00:00
parent c4118eb6cb
commit 00f6c5d371
2 changed files with 4 additions and 4 deletions

View File

@ -556,7 +556,7 @@ void Tesseract::adapt_to_good_ems(WERD_RES *word,
static inT32 word_number = 0;
#ifndef GRAPHICS_DISABLED
#ifndef SCROLLVIEW_DISABLED
ScrollView* demo_win = NULL;
#endif
@ -794,7 +794,7 @@ void Tesseract::adapt_to_good_samples(WERD_RES *word,
static inT32 word_number = 0;
#ifndef GRAPHICS_DISABLED
#ifndef SCROLLVIEW_DISABLED
ScrollView* demo_win = NULL;
#endif

View File

@ -27,7 +27,7 @@
#include "werd.h"
#include "drawfx.h"
#ifndef GRAPHICS_DISABLED
#ifndef SCROLLVIEW_DISABLED
#define FXDEMOWIN "FXDemo"
#define FXDEMOXPOS 250
#define FXDEMOYPOS 0
@ -79,7 +79,7 @@ void clear_fx_win() { //make features win
fx_win->Line(-WERDWIDTH, bln_x_height + bln_baseline_offset, WERDWIDTH, bln_x_height + bln_baseline_offset);
}
#endif // GRAPHICS_DISABLED
#endif // SCROLLVIEW_DISABLED
/**********************************************************************
* create_fxdebug_win