~boulabiar/ginn/add-devices-match

« back to all changes in this revision

Viewing changes to src/config.h

  • Committer: Mohamed-ikbel Boulabiar
  • Date: 2010-12-02 12:37:14 UTC
  • Revision ID: boulabiar@gmail.com-20101202123714-tapaattclx9wyess
Fix Rotation issues
Add Rotations wishes for Evince and Eog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
typedef struct att {
16
16
        char *attrName ;
17
 
        int val ;
18
 
        int valMax;
 
17
        float val ;
 
18
        float valMax;
19
19
        int accumulate;
20
 
        int accumVal;
 
20
        float accumVal;
21
21
} att;
22
22
 
23
23
typedef struct wish {