~onli/simdock/master

« back to all changes in this revision

Viewing changes to src/main.h

  • 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:
25
25
 
26
26
#include <glib.h>
27
27
#include <gconf/gconf-client.h>
 
28
#include <gdk/gdkx.h>
28
29
 
29
30
 
30
31
 
160
161
simSettings (int LEFT_BORDER, int RIGHT_BORDER,int BOTTOM_BORDER,int ICONW,int ICONH,
161
162
        int PERCENT,int RANGE,
162
163
        int SPACER,int BG_HEIGHT,wxString bgPath,bool SHOW_REFLEXES,int
163
 
        REFLEX_SCALING,int REFLEX_ALPHA, bool AUTO_POSITION, bool ENABLE_TASKS
 
164
        REFLEX_SCALING,int REFLEX_ALPHA, bool AUTO_POSITION, bool ENABLE_TASKS,
 
165
    bool ENABLE_MINIMIZE
164
166
    )
165
167
    {
166
168
        this->LEFT_BORDER = LEFT_BORDER;