~onli/simdock/master

« back to all changes in this revision

Viewing changes to src/main.h

  • Committer: onli
  • Date: 2014-05-11 15:49:57 UTC
  • Revision ID: git-v1:7dfaff0d36ac3e6aa9905e56967fd58544841e55
remove launchersModified-state
Not necessary anymore as simdock saves instantly

Show diffs side-by-side

added added

removed removed

Lines of Context:
167
167
  void reposition() { if (frame) frame->appSize = FirstPosition (frame->GetClientSize (),settings,ImagesList); }
168
168
  void updateSize() { if (frame) frame->updateSize();}
169
169
  void refresh() { if (frame) frame->Refresh(false);}
170
 
  /* If launchers list have been modified from the starting */
171
 
  bool launchersModified;
172
170
 
173
171
  bool onTop;
174
172
  void SetWallpaper (wxBitmap * newBitmap) {if (frame) frame->SetWallpaper(newBitmap); }