summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinfirit <[email protected]>2015-09-09 10:31:16 +0200
committerinfirit <[email protected]>2015-09-09 10:31:16 +0200
commit7a2efb36f48c9fad63590e251f91242ef1fe6d49 (patch)
treea70f75cc8c3383404027b6def7011c2a36ace0f7
parentf4b68b94578486aae471e522c64919fd2cf004bc (diff)
downloadmate-power-manager-7a2efb36f48c9fad63590e251f91242ef1fe6d49.tar.bz2
mate-power-manager-7a2efb36f48c9fad63590e251f91242ef1fe6d49.tar.xz
backlight-helper: Add gmux_backlight to backlight_interfaces
Fixes #135
-rw-r--r--src/gpm-backlight-helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpm-backlight-helper.c b/src/gpm-backlight-helper.c
index 4350f16..682ddac 100644
--- a/src/gpm-backlight-helper.c
+++ b/src/gpm-backlight-helper.c
@@ -51,6 +51,7 @@ gcm_backlight_helper_get_best_backlight ()
/* available kernel interfaces in priority order */
static const gchar *backlight_interfaces[] = {
+ "gmux_backlight",
"nv_backlight",
"nvidia_backlight",
"intel_backlight",