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

« back to all changes in this revision

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

  • Committer: Alberts Muktupāvels
  • Date: 2014-12-20 17:59:58 UTC
  • mto: This revision was merged to the branch mainline in revision 486.
  • Revision ID: alberts.muktupavels@gmail.com-20141220175958-9w53zwo0udxiqh4d
don't use deprecated g_type_init, bump glib required version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
{
73
73
  TestState state;
74
74
 
75
 
  egg_init (&argc, &argv);
76
 
  
77
75
  state.timeline = 
78
76
    egg_timeline_new (TEST_TIMELINE_FRAME_COUNT,
79
77
                          TEST_TIMELINE_FPS);