~ubuntu-branches/ubuntu/lucid/djvulibre/lucid-proposed

« back to all changes in this revision

Viewing changes to libdjvu/GRect.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-11-20 15:19:50 UTC
  • Revision ID: james.westby@ubuntu.com-20071120151950-faaqc1a64q7bc81w
Tags: 3.5.19-3ubuntu1
* Sync with Debian
 * debian/control:
   - updated maintainer information
 * debian/rules:
   - call dh_icons to update the icon cache at installation

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
//C- | MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
54
54
//C- +------------------------------------------------------------------
55
55
// 
56
 
// $Id: GRect.h,v 1.12 2007/03/25 20:48:32 leonb Exp $
57
 
// $Name: debian_version_3_5_19-2 $
 
56
// $Id: GRect.h,v 1.13 2007/05/19 03:07:33 leonb Exp $
 
57
// $Name: debian_version_3_5_19-3 $
58
58
 
59
59
#ifndef _GRECT_H_
60
60
#define _GRECT_H_
77
77
    @author
78
78
    L\'eon Bottou <leonb@research.att.com> -- initial implementation.
79
79
    @version
80
 
    #$Id: GRect.h,v 1.12 2007/03/25 20:48:32 leonb Exp $# */
 
80
    #$Id: GRect.h,v 1.13 2007/05/19 03:07:33 leonb Exp $# */
81
81
//@{
82
82
 
83
83
#include "DjVuGlobal.h"
138
138
    intersection of rectangles (\Ref{intersect}) or the smallest rectangle
139
139
    enclosing two rectangles (\Ref{recthull}).  */
140
140
 
141
 
class GRect 
 
141
class DJVUAPI GRect 
142
142
{
143
143
public:
144
144
  /** Constructs an empty rectangle */
210
210
    matching corners of the second rectangle. The scaling operation is
211
211
    performed using integer fraction arithmetic in order to maximize
212
212
    accuracy. */
213
 
class GRectMapper 
 
213
class DJVUAPI GRectMapper 
214
214
{
215
215
public:
216
216
  /** Constructs a rectangle mapper. */