Changes between Version 5 and Version 6 of GraphicsApiOld
- Timestamp:
- Aug 16, 2007, 8:58:37 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GraphicsApiOld
v5 v6 37 37 38 38 {{{ 39 39 void app_graphics_render(int xs, ys, double time_of_day); 40 40 }}} 41 41 … … 43 43 44 44 {{{ 45 45 void app_graphics_init(); 46 46 }}} 47 47 … … 49 49 50 50 {{{ 51 51 void app_graphics_resize(int x, int y); 52 52 }}} 53 53 … … 55 55 56 56 {{{ 57 57 void app_graphics_reread_prefs(); 58 58 }}} 59 59 … … 61 61 62 62 {{{ 63 64 63 boinc_parse_init_data_file(); 64 boinc_get_init_data(APP_INIT_DATA&); 65 65 }}} 66 66 … … 130 130 131 131 {{{ 132 132 int boinc_init_options_graphics(BOINC_OPTIONS&, WORKER_FUNC_PTR worker); 133 133 }}} 134 134 … … 136 136 137 137 {{{ 138 138 int boinc_init_options_graphics(BOINC_OPTIONS&, NULL); 139 139 }}} 140 140