~ubuntu-branches/ubuntu/precise/xfce4-power-manager/precise

« back to all changes in this revision

Viewing changes to src/xfpm-enum-glib.h

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2009-10-02 20:15:41 UTC
  • mfrom: (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20091002201541-ognqyxyov51epj84
Tags: 0.8.4-1ubuntu1
* New upstream bugfix release (LP: #438754), merge from Debian unstable,
  remaining Ubuntu changes:
  - debian/patches:
    + xubuntu-use-notification-icons.patch: use our notification-* icons for
      notification bubbles instead of the normal ones LP: #437374
    + 10_pc.patch: added patched files to POTFILES.skip
    + series: created, with these two patches
  - debian/rules: add --with quilt
  - debian/control: build-depends on quilt (>= 0.46-7).

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
 
62
62
typedef enum
63
63
{
 
64
    BUTTON_UNKNOWN = 0,
64
65
    BUTTON_POWER_OFF,
65
66
    BUTTON_HIBERNATE,
66
67
    BUTTON_SLEEP,
67
68
    BUTTON_MON_BRIGHTNESS_UP,
68
69
    BUTTON_MON_BRIGHTNESS_DOWN,
69
 
    BUTTON_LID_CLOSED
 
70
    BUTTON_LID_CLOSED,
 
71
    NUMBER_OF_BUTTONS
70
72
    
71
73
} XfpmButtonKey;
72
74