~brandontschaefer/unity/lp.1157329-fix

« back to all changes in this revision

Viewing changes to unity-shared/Timer.h

  • Committer: Tarmac
  • Author(s): Andrea Azzarone
  • Date: 2013-03-18 20:13:22 UTC
  • mfrom: (3221.3.3 unity)
  • Revision ID: tarmac-20130318201322-abehn0rsvpuyutvf
Add fade animation for launcher tooltips. Fixes: https://bugs.launchpad.net/bugs/1155672.

Approved by PS Jenkins bot, Marco Trevisan (Treviño).

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef UNITY_TIMER_H
21
21
#define UNITY_TIMER_H
22
22
 
23
 
#include <iosfwd>
24
23
#include <string>
25
24
#include <glib.h>
26
25