From: Gwenole Beauchesne <[email protected]> This series of patches simplifies the use of native_dpy. In particular, explicit casts to Display * are useless since the standard allows this implicitly. The changes were mechanical, except va_dri.c which I left out.
If nobody objects, I will push the patches by the end of the week. Gwenole Beauchesne (2): VA/GLX: drop useless casts. VA/X11: drop useless casts. va/glx/va_glx_impl.c | 38 +++++++++++++++++++------------------- va/x11/dri1_util.c | 18 +++++++++--------- va/x11/dri2_util.c | 12 ++++++------ va/x11/va_dricommon.c | 2 +- va/x11/va_x11.c | 4 ++-- 5 files changed, 37 insertions(+), 37 deletions(-) -- 1.7.4.1 _______________________________________________ Libva mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libva
