diff options
Diffstat (limited to 'src/gpm-common.h')
-rw-r--r-- | src/gpm-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpm-common.h b/src/gpm-common.h index ca4762c..1c83268 100644 --- a/src/gpm-common.h +++ b/src/gpm-common.h @@ -29,6 +29,7 @@ G_BEGIN_DECLS #define GPM_DBUS_SERVICE "org.mate.PowerManager" #define GPM_DBUS_INTERFACE "org.mate.PowerManager" #define GPM_DBUS_INTERFACE_BACKLIGHT "org.mate.PowerManager.Backlight" +#define GPM_DBUS_INTERFACE_KBD_BACKLIGHT "org.mate.PowerManager.KbdBacklight" #define GPM_DBUS_PATH "/org/mate/PowerManager" #define GPM_DBUS_PATH_BACKLIGHT "/org/mate/PowerManager/Backlight" #define GPM_DBUS_PATH_KBD_BACKLIGHT "/org/mate/PowerManager/KbdBacklight" |