提交 00f6c5d3 编写于 作者: J joregan

more

git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@405 d0cd1f9f-072b-0410-8dd7-cf729c803f20
上级 c4118eb6
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册