commit | a416fa15d5dfff2f9a10294340400f5a56ac039c | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Mon May 21 14:06:52 2012 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Mon May 21 17:03:06 2012 -0400 |
tree | 89195a41e96d7b3a42d8f6e58faa244d13d7d373 | |
parent | 579f2934de21847c6f31ce5417afab81d6d3d37b [diff] [blame] |
xwm: Switch alpha, brightness and saturation to GLfloat
diff --git a/src/compositor.h b/src/compositor.h index 0ba51d7..32bccd2 100644 --- a/src/compositor.h +++ b/src/compositor.h
@@ -333,9 +333,9 @@ struct weston_shader *shader; GLfloat color[4]; GLfloat opaque_rect[4]; - uint32_t alpha; - uint32_t brightness; - uint32_t saturation; + GLfloat alpha; + GLfloat brightness; + GLfloat saturation; int blend; /* Surface geometry state, mutable.