vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Tue Jun 19 21:41:42 2018 +0300| [a4d57f86cfc0b736497080d2af8f21e1ce30cf5c] | committer: Rémi Denis-Courmont
xdg-shell: fix indentation > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a4d57f86cfc0b736497080d2af8f21e1ce30cf5c --- modules/video_output/wayland/xdg-shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/video_output/wayland/xdg-shell.c b/modules/video_output/wayland/xdg-shell.c index b2fe41d7ae..4d639f05ad 100644 --- a/modules/video_output/wayland/xdg-shell.c +++ b/modules/video_output/wayland/xdg-shell.c @@ -95,7 +95,7 @@ struct vout_window_sys_t unsigned width; unsigned height; bool fullscreen; - } latch; + } latch; } wm; # ifdef XDG_SHELL_UNSTABLE bool unstable; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
