~ubuntu-branches/debian/sid/qpdfview/sid

« back to all changes in this revision

Viewing changes to sources/global.h

  • Committer: Package Import Robot
  • Author(s): Benjamin Eltzner
  • Date: 2013-05-26 13:52:50 UTC
  • mfrom: (1.2.8)
  • Revision ID: package-import@ubuntu.com-20130526135250-s1rhw935iqd8fcfs
Tags: 0.4.3-1
* New upstream release.
* Added menu file and fetch xpm icon file in debian folder.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    RotateBy90 = 1,
30
30
    RotateBy180 = 2,
31
31
    RotateBy270 = 3,
32
 
    NumberOfDirections = 4
 
32
    NumberOfRotations = 4
33
33
};
34
34
 
35
35
enum RubberBandMode