summaryrefslogtreecommitdiff
path: root/src/compositor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compositor.h')
-rw-r--r--src/compositor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compositor.h b/src/compositor.h
index b5ba7b25..16389a63 100644
--- a/src/compositor.h
+++ b/src/compositor.h
@@ -97,7 +97,7 @@ struct weston_output {
void (*destroy)(struct weston_output *output);
void (*assign_planes)(struct weston_output *output);
- /* backlight values are on 1-10 range, where higher is brighter */
+ /* backlight values are on 0-255 range, where higher is brighter */
uint32_t backlight_current;
void (*set_backlight)(struct weston_output *output, uint32_t value);
void (*set_dpms)(struct weston_output *output, enum dpms_enum level);