src/Configuration.h
branchv_0
changeset 11 3948229234cd
parent 8 b498160cc2ab
equal deleted inserted replaced
10:803beead60c4 11:3948229234cd
    31 	bool listInputDevices = false;
    31 	bool listInputDevices = false;
    32 	bool listInputEvents = false;
    32 	bool listInputEvents = false;
    33 	bool listWindows = false;
    33 	bool listWindows = false;
    34 	bool listScreens = false;
    34 	bool listScreens = false;
    35 
    35 
       
    36 	bool inheritProcessIdInWindowList = true;
       
    37 
    36 	virtual ~Configuration() {
    38 	virtual ~Configuration() {
    37 	}
    39 	}
    38 };
    40 };
    39 
    41 
    40 }
    42 }