]> git.sesse.net Git - vlc/commit
window: define Wayland surface type
authorRémi Denis-Courmont <remi@remlab.net>
Wed, 27 Aug 2014 16:39:32 +0000 (19:39 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 28 Aug 2014 20:54:53 +0000 (23:54 +0300)
commit6eafc08b3ed0421b66dc2eb7e44e9cb465b6f987
tree28ed3ad931d28c31e5c373dc6293e4b910b5793e
parent38dab127daa980ca706b5315be17736f8f795e42
window: define Wayland surface type

The convention used here matches with the Qt Wayland native platform,
and seems most generic. Note that Wayland does not allow "sharing"
surface handles between multiple display connections in general, and
multiple processes in particular.
include/vlc_vout_window.h
src/video_output/window.c