mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2861
This commit is contained in:
parent
019f335516
commit
f240281e24
|
@ -35,8 +35,8 @@
|
|||
// if there are no global prefs yet
|
||||
//
|
||||
void GLOBAL_PREFS::init() {
|
||||
run_on_batteries = true;
|
||||
run_if_user_active = true;
|
||||
run_on_batteries = false;
|
||||
run_if_user_active = false;
|
||||
start_hour = 0;
|
||||
end_hour = 0;
|
||||
run_minimized = false;
|
||||
|
|
|
@ -139,6 +139,7 @@ protected:
|
|||
void ClearProjectItems(char *);
|
||||
void Syncronize(CProgressListCtrl*, vector<void*>*);
|
||||
virtual void PostNcDestroy();
|
||||
bool should_request_global_prefs();
|
||||
LRESULT DefWindowProc(UINT message, WPARAM wParam, LPARAM lParam);
|
||||
|
||||
afx_msg void OnClose();
|
||||
|
@ -182,7 +183,6 @@ protected:
|
|||
public:
|
||||
void OnBenchmarksBegin();
|
||||
void OnBenchmarksEnd();
|
||||
|
||||
};
|
||||
|
||||
// globals
|
||||
|
|
Loading…
Reference in New Issue