~samuel-thibault/compiz/clone

« back to all changes in this revision

Viewing changes to src/timer/src/privatetimer.h

  • Committer: Daniel van Vugt
  • Date: 2012-01-12 06:48:58 UTC
  • mfrom: (2908 compiz-core)
  • mto: (2908.6.2 trunk)
  • mto: This revision was merged to the branch mainline in revision 2916.
  • Revision ID: vanvugt@gmail.com-20120112064858-xcu22jq1dlerirmp
Merge with upstream changes (lp:compiz-core).

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
        bool                     mActive;
39
39
        unsigned int             mMinTime;
40
40
        unsigned int             mMaxTime;
41
 
        int                      mMinLeft;
42
 
        int                      mMaxLeft;
 
41
        gint64                   mMinDeadline;
 
42
        gint64                   mMaxDeadline;
43
43
        CompTimer::CallBack      mCallBack;
44
44
};
45
45