commit | 918f2dd4cfb8b177f67b45653efbbe4325cbe9dc | [log] [tgz] |
---|---|---|
author | Jason Ekstrand <jason@jlekstrand.net> | Mon Dec 02 21:01:53 2013 -0600 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Mon Dec 02 22:17:58 2013 -0800 |
tree | 3bd3635fc459c545c5ee34adba64656c9bf743d5 | |
parent | fdca95c7db067132b5670cbaa56c4088c2be3f1f [diff] |
Remove the weston_view.geometry.width/height fields This has a couple of additional implications for the internal weston API: 1) weston_view_configure no longer exists. Use weston_view_set_position instead. 2) The weston_surface.configure callback no longer takes a width and height. If you need these, surface.width/height are set before configure is called. If you need to know when the width/height changes, you must track that yourself.