src/Configuration.h
branchv_0
changeset 6 1b17b8cdbfc3
parent 1 3bbf848b3565
child 7 039b3f8a3442
equal deleted inserted replaced
5:7afa994c98f0 6:1b17b8cdbfc3
    26 namespace in {
    26 namespace in {
    27 namespace x11 {
    27 namespace x11 {
    28 
    28 
    29 class Configuration {
    29 class Configuration {
    30 public:
    30 public:
    31 	bool listInputDevices = true;
    31 	bool listInputDevices = false;
    32 	bool listInputEvents = false;
    32 	bool listInputEvents = false;
    33 
    33 
    34 	virtual ~Configuration() {
    34 	virtual ~Configuration() {
    35 	}
    35 	}
    36 };
    36 };