mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 06:30:14 +08:00
more
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@405 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
parent
c4118eb6cb
commit
00f6c5d371
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user