~mfisch/+junk/powerd-pids

« back to all changes in this revision

Viewing changes to src/powerd.cpp

  • Committer: Tarmac
  • Author(s): Seth Forshee
  • Date: 2013-07-02 16:11:48 UTC
  • mfrom: (55.3.4 remove-dbus-pid-arg)
  • Revision ID: tarmac-20130702161148-80acz4241gqwvpbd
Remove pid arguments from dbus API.

Approved by Matthew Fischer, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
    {0,},                                   /* cookie */
108
108
    POWERD_DISPLAY_STATE_ON,                /* state */
109
109
    POWERD_DISPLAY_BRIGHTNESS_BRIGHT,       /* brightness */
110
 
    0,                                      /* pid */
111
110
    0                                       /* flags */
112
111
};
113
112
 
116
115
    {0,},                                   /* cookie */
117
116
    POWERD_DISPLAY_STATE_DONT_CARE,         /* state */
118
117
    POWERD_DISPLAY_BRIGHTNESS_DONT_CARE,    /* brightness */
119
 
    0,                                      /* pid */
120
118
    POWERD_DISPLAY_FLAG_USE_PROXIMITY       /* flags */
121
119
};
122
120