[vlc-commits] vout: simplify vout_display_NewWindow() parameters

Rémi Denis-Courmont git at videolan.org
Sun Oct 26 08:13:25 CET 2014


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Oct 19 19:20:51 2014 +0300| [3705c13a7677f85b4d168e55a071cbcf6d227be5] | committer: Rémi Denis-Courmont

vout: simplify vout_display_NewWindow() parameters

Only the type is useful here. The other parameters are the same for
all video outputs (i.e. copied from vd->cfg), and should already have
been taken care of when the window was created.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3705c13a7677f85b4d168e55a071cbcf6d227be5
---

 include/vlc_vout_display.h           |   23 +++++------------------
 modules/video_output/caopengllayer.m |   11 +----------
 modules/video_output/gl.c            |   10 ++--------
 modules/video_output/kva.c           |   11 +----------
 modules/video_output/macosx.m        |   11 +----------
 modules/video_output/msw/events.c    |    8 +-------
 modules/video_output/wayland/shm.c   |    7 +------
 modules/video_output/xcb/events.c    |    8 +-------
 src/video_output/display.c           |   15 +++++++++------
 src/video_output/display.h           |    2 +-
 src/video_output/video_output.c      |    7 ++-----
 src/video_output/window.c            |    3 +++
 12 files changed, 28 insertions(+), 88 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=3705c13a7677f85b4d168e55a071cbcf6d227be5


More information about the vlc-commits mailing list