~onli/simdock/master

« back to all changes in this revision

Viewing changes to src/main.h

  • 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:
165
165
  virtual bool OnInit ();
166
166
  virtual void OnInitCmdLine (wxCmdLineParser & parser);
167
167
  virtual bool OnCmdLineParsed (wxCmdLineParser & parser);
168
 
  void reposition() { if (frame) frame->appSize = FirstPosition (frame->GetClientSize (),frame->settings,ImagesList); }
169
168
  void updateSize() { if (frame) frame->updateSize();}
170
169
  void refresh() { if (frame) frame->Refresh(false);}
171
170