Skip to content
Snippets Groups Projects
Commit 0a48da26 authored by David Anderson's avatar David Anderson
Browse files

- API: initialize backwards_compatible_graphics to true.

NOTE: as of this checkin, applications built with the API
code in the trunk are assumed to do V6-type graphics.
If your app doesn't, then you must set
backwards_compatible_graphics to false
(and use boinc_init_graphics_options())


svn path=/trunk/boinc/; revision=13675
parent 4b8aeabf
No related branches found
No related tags found
No related merge requests found
...@@ -152,6 +152,7 @@ inline void boinc_options_defaults(BOINC_OPTIONS& b) { ...@@ -152,6 +152,7 @@ inline void boinc_options_defaults(BOINC_OPTIONS& b) {
b.direct_process_action = 1; b.direct_process_action = 1;
b.all_threads_cpu_time = 0; b.all_threads_cpu_time = 0;
b.worker_thread_stack_size = 0; b.worker_thread_stack_size = 0;
b.backwards_compatible_graphics = 1;
} }
......
...@@ -8800,3 +8800,15 @@ Rytis 26 Sep 2007 ...@@ -8800,3 +8800,15 @@ Rytis 26 Sep 2007
user/ user/
team_change_founder_form.php team_change_founder_form.php
team_founder_transfer_form.php team_founder_transfer_form.php
David 26 Sept 2007
- API: initialize backwards_compatible_graphics to true.
NOTE: as of this checkin, applications built with the API
code in the trunk are assumed to do V6-type graphics.
If your app doesn't, then you must set
backwards_compatible_graphics to false
(and use boinc_init_graphics_options())
api/
boinc_api.h
...@@ -463,7 +463,7 @@ array('BOINC_User_Statistics_Widget.widget', ...@@ -463,7 +463,7 @@ array('BOINC_User_Statistics_Widget.widget',
'The BOINC User Statistics Widget is highly configurable and displays your choice of statistics from almost any BOINC project.', 'The BOINC User Statistics Widget is highly configurable and displays your choice of statistics from almost any BOINC project.',
1149646406 1149646406
), ),
array('BOINC_server_status.zip', array('boinc_server_status.zip',
'BOINC Server Status', 'BOINC Server Status',
'1.1', '1.1',
'Yahoo! widget adds the BOINC Online Scheduler image to your desktop.', 'Yahoo! widget adds the BOINC Online Scheduler image to your desktop.',
......
...@@ -2,6 +2,12 @@ ...@@ -2,6 +2,12 @@
$project_news = array( $project_news = array(
array("September 26, 2007",
"The Third Pan-Galactic BOINC Workshop took place 5-6 Sept. in Geneva.
The proceedings, including talk slides and notes from
the breakout sessions, are
<a href=trac/wiki/WorkShop07/Summary>here</a>."
),
array("September 25, 2007", array("September 25, 2007",
"Check out the <a href=http://boinc.iaik.tugraz.at/>SHA-1 Collision Search Graz</a> "Check out the <a href=http://boinc.iaik.tugraz.at/>SHA-1 Collision Search Graz</a>
project, which is based at the Graz University of Technology project, which is based at the Graz University of Technology
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment