~afrantzis/unity-system-compositor/no-gcc-4.9-in-debian-rules

« back to all changes in this revision

Viewing changes to src/power_state_change_reason.h

  • Committer: Tarmac
  • Author(s): Alexandros Frantzis
  • Date: 2015-07-27 09:29:56 UTC
  • mfrom: (225.2.5 notification-timeouts)
  • Revision ID: tarmac-20150727092956-jt4iczp9jidnu43t
Support different screen timeout values for notifications. Fixes: https://bugs.launchpad.net/bugs/1426115.

Approved by Alan Griffiths, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
    unknown = 0,
23
23
    inactivity = 1,
24
24
    power_key = 2,
25
 
    proximity = 3
 
25
    proximity = 3,
 
26
    notification = 4
26
27
};
27
28
 
28
29
#endif