|
|
@ -506,6 +506,7 @@ CClientConfig::CClientConfig()
|
|
|
|
|
|
|
|
|
|
|
|
Sleep = -1; // Default : client does not sleep.
|
|
|
|
Sleep = -1; // Default : client does not sleep.
|
|
|
|
ProcessPriority = 0; // Default : NORMAL
|
|
|
|
ProcessPriority = 0; // Default : NORMAL
|
|
|
|
|
|
|
|
CPUMask = 0; // Default : auto detection
|
|
|
|
ShowPath = false; // Default : do not display the path.
|
|
|
|
ShowPath = false; // Default : do not display the path.
|
|
|
|
DrawBoxes = false; // Default : Do not draw the selection.
|
|
|
|
DrawBoxes = false; // Default : Do not draw the selection.
|
|
|
|
|
|
|
|
|
|
|
@ -1486,6 +1487,8 @@ void CClientConfig::setValues()
|
|
|
|
READ_INT_FV(Sleep)
|
|
|
|
READ_INT_FV(Sleep)
|
|
|
|
// ProcessPriority
|
|
|
|
// ProcessPriority
|
|
|
|
READ_INT_FV(ProcessPriority)
|
|
|
|
READ_INT_FV(ProcessPriority)
|
|
|
|
|
|
|
|
// CPUMask
|
|
|
|
|
|
|
|
READ_INT_FV(CPUMask)
|
|
|
|
// ShowPath : Get the ShowPath value.
|
|
|
|
// ShowPath : Get the ShowPath value.
|
|
|
|
READ_BOOL_DEV(ShowPath)
|
|
|
|
READ_BOOL_DEV(ShowPath)
|
|
|
|
// UserSheet : Get the sheet to used for the use rin Local mode.
|
|
|
|
// UserSheet : Get the sheet to used for the use rin Local mode.
|
|
|
|