Skip to content

Commit

Permalink
display patch author and name when Simple Performance
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangfu Liu committed May 8, 2011
1 parent 0c9cf94 commit 68aea67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/performance.c
Expand Up @@ -321,8 +321,10 @@ static void event_callback(mtk_event *e, int count)
} }
} }
} }
if(index != -1) if(index != -1) {
renderer_set_patch(patches[index].p); renderer_set_patch(patches[index].p);
osd_event(patches[index].filename);
}
} }


static void stop_callback() static void stop_callback()
Expand Down

0 comments on commit 68aea67

Please sign in to comment.