commit | a36eb50973875581354d5d740541dd789c378eab | [log] [tgz] |
---|---|---|
author | Derek Foreman <derekf@osg.samsung.com> | Thu Jul 23 14:55:12 2015 -0500 |
committer | Bryce Harrington <bryce@osg.samsung.com> | Wed Jul 29 19:44:02 2015 -0700 |
tree | 6c71d810bf955b4ead68f485c4cc0bd3fa38965c | |
parent | b3463a9e9cbd706d7c41143b3cd34be3e701e988 [diff] [blame] |
zoom: Change zoom->active to a bool Signed-off-by: Derek Foreman <derekf@osg.samsung.com> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
diff --git a/src/compositor.h b/src/compositor.h index d0c6034..b69547f 100644 --- a/src/compositor.h +++ b/src/compositor.h
@@ -147,7 +147,7 @@ }; struct weston_output_zoom { - int active; + bool active; float increment; float level; float max_level;