~onli/simdock/master

« back to all changes in this revision

Viewing changes to src/main.cc

  • Committer: onli
  • Date: 2012-04-06 23:14:37 UTC
  • Revision ID: git-v1:34faa0ed43dcef74e599624c60200990ab02a65b
Revert "Revert "first step for interactive settings: interactive setting (without specific app-update)""
fighting with git

This reverts commit 6182beada92d1f2c8c5e4ec59e6f06583d6bda4b.

Show diffs side-by-side

added added

removed removed

Lines of Context:
329
329
    int SPACER = 8;             // 10 //Pixel space between 2 starters
330
330
    int BG_HEIGHT = 30; // 70
331
331
        bool ENABLE_TASKS = true;
 
332
        bool ENABLE_MINIMIZE = true;
332
333
    bool AUTO_POSITION = true;
333
334
        bool SHOW_REFLEXES = true;
334
335
    int REFLEX_SCALING = 5;
338
339
        settings = new simSettings( LEFT_BORDER, RIGHT_BORDER, BOTTOM_BORDER, ICONW, ICONH,
339
340
        PERCENT, RANGE,
340
341
        SPACER, BG_HEIGHT, bgPath, SHOW_REFLEXES,
341
 
        REFLEX_SCALING, REFLEX_ALPHA,AUTO_POSITION,ENABLE_TASKS
 
342
        REFLEX_SCALING, REFLEX_ALPHA,AUTO_POSITION,ENABLE_TASKS, ENABLE_MINIMIZE
342
343
    );
343
344
    
344
345
    //sMAXSIZE = settings->ICONW + settings->ICONW * settings->PERCENT / 100;