~ubuntu-branches/ubuntu/vivid/tesseract/vivid

« back to all changes in this revision

Viewing changes to wordrec/drawfx.cpp

  • Committer: Package Import Robot
  • Author(s): Jeff Breidenbach
  • Date: 2014-02-03 11:10:20 UTC
  • mfrom: (1.3.1) (19.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20140203111020-igquodd7pjlp3uri
Tags: 3.03.01-1
* New upstream release, includes critical fix to PDF rendering
* Complete leptonlib transition (see bug #735509)
* Promote from experimental to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *
18
18
 **********************************************************************/
19
19
 
20
 
#include "mfcpch.h"
 
20
#ifdef HAVE_CONFIG_H
 
21
#include "config_auto.h"
 
22
#endif
 
23
 
21
24
#include          "drawfx.h"
22
25
#include          "normalis.h"
23
26
#include          "werd.h"
24
27
 
25
 
// Include automatically generated configuration file if running autoconf.
26
 
#ifdef HAVE_CONFIG_H
27
 
#include "config_auto.h"
28
 
#endif
29
 
 
30
28
#ifndef GRAPHICS_DISABLED
31
29
#define FXDEMOWIN     "FXDemo"
32
30
#define FXDEMOXPOS      250