~vcs-imports/tesseract-ocr/trunk

« back to all changes in this revision

Viewing changes to viewer/scrollview.cpp

  • Committer: theraysmith
  • Date: 2009-06-03 17:24:08 UTC
  • Revision ID: svn-v4:d0cd1f9f-072b-0410-8dd7-cf729c803f20:trunk:250
Fixed compilation with GRAPHICS_DISABLED

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
//
18
18
///////////////////////////////////////////////////////////////////////
19
19
//
 
20
 
 
21
#ifndef GRAPHICS_DISABLED
20
22
// This class contains the main ScrollView-logic,
21
23
// e.g. parsing & sending messages, images etc.
22
24
#ifdef WIN32
30
32
#include "scrollview.h"
31
33
 
32
34
#include <stdarg.h>
33
 
#include <string.h>
 
35
#include <string.h>
34
36
#include <map>
35
37
#include <utility>
36
38
#include <algorithm>
817
819
  if (!y_axis_is_reversed_) { return y;
818
820
  } else { return y_size_ - y; }
819
821
}
 
822
 
 
823
 
 
824
#endif  // GRAPHICS_DISABLED
 
 
b'\\ No newline at end of file'