Changeset 1719 for trunk/core/main.c
- Timestamp:
- 03/10/12 04:23:15 (15 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
core/main.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/release-1_0 merged: 1712-1713
- Property svn:mergeinfo changed
-
trunk/core/main.c
r1679 r1719 116 116 static int raw_need_postprocess; 117 117 static volatile int spytask_can_start; 118 #ifdef CAM_HAS_GPS 119 extern void wegpunkt(); 120 #endif 118 121 119 122 void core_hook_task_create(void *tcb) … … 256 259 hook_raw_save_complete(); 257 260 raw_data_available = 0; 261 #ifdef CAM_HAS_GPS 262 if( (int)conf.gps_waypoint_save == 1 ) wegpunkt(); 263 #endif 258 264 continue; 259 265 } 260 266 261 267 if ((state_shooting_progress != SHOOTING_PROGRESS_PROCESSING) || recreview_hold) 262 {268 { 263 269 if (((cnt++) & 3) == 0) 264 270 gui_redraw(); 265 }266 271 } 272 267 273 if (state_shooting_progress != SHOOTING_PROGRESS_PROCESSING) 268 274 {
Note: See TracChangeset
for help on using the changeset viewer.