Rename weston_compositor EGLDisplay member to egl_display
authorKristian Høgsberg <krh@bitplanet.net>
Mon, 18 Jun 2012 19:13:51 +0000 (15:13 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 18 Jun 2012 19:13:51 +0000 (15:13 -0400)
commit362b672111e1e71e2a4b58f3e542f1a08a4ae584
tree10d4fdb3c9dc176c21c5fcdeff293414e961f132
parent6d4a3c1a397d6474f6535336bbc8a28af8f2c7a2
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>
src/compositor-android.c
src/compositor-drm.c
src/compositor-openwfd.c
src/compositor-wayland.c
src/compositor-x11.c
src/compositor.c
src/compositor.h