commit | 362b672111e1e71e2a4b58f3e542f1a08a4ae584 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Mon Jun 18 15:13:51 2012 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Mon Jun 18 15:13:51 2012 -0400 |
tree | 10d4fdb3c9dc176c21c5fcdeff293414e961f132 | |
parent | 6d4a3c1a397d6474f6535336bbc8a28af8f2c7a2 [diff] |
Rename weston_compositor EGLDisplay member to egl_display EGLDisplay is helpfully typedeffed as void *, which means that you won't get conflicting-pointer-type warnings if you accidentally confuse it with weston_compositor::wl_display. Rename it to make it more clear which display you're dealing with, and also rename compositor-wayland's parent.display member to parent.wl_display. Signed-off-by: Daniel Stone <daniel@fooishbar.org>