~indicator-applet-developers/notify-osd/trunk

« back to all changes in this revision

Viewing changes to egg/test-timeline-smoothness.c

  • Committer: CI Train Bot
  • Author(s): Alberts Muktupāvels
  • Date: 2015-01-26 14:16:28 UTC
  • mfrom: (485.1.7 fix-deprecation-warnings)
  • Revision ID: ci-train-bot@canonical.com-20150126141628-v68emvnk2xytrrms
Fix some deprecation warnings. 
Approved by: Dmitry Shachnev, Lars Uebernickel

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
{
85
85
  TestState state;
86
86
 
87
 
  egg_init (&argc, &argv);
88
 
 
89
87
  state.timeline = 
90
88
    egg_timeline_new (TEST_TIMELINE_FRAME_COUNT,
91
89
                          TEST_TIMELINE_FPS);