~onli/simdock/master

« back to all changes in this revision

Viewing changes to src/simImage.cc

  • Committer: onli
  • Date: 2014-07-03 21:19:33 UTC
  • Revision ID: git-v1:6e7d6f18d10690bb25eb263175c2121755976f26
New Animation Engine approach
Prevent the horizontal wobblyness. Part 1, still needs to be combined with the zoom-function and to fully replace the old approach

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
  pid = PID_NONE;
27
27
  lastWindow = 0;
28
28
  task = false;
29
 
  animationCounter = 0;
30
 
  animationStatus = STATUS_NONE;
31
29
}
32
30
 
33
31
simImage::~simImage()