~onli/simdock/master

« back to all changes in this revision

Viewing changes to src/main.cc

  • Committer: onli
  • Date: 2012-04-06 18:46:04 UTC
  • Revision ID: git-v1:c186d24a5ff5c490c9301a747e7089699bbe75c5
first step for interactive settings: interactive setting (without specific app-update)

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;