vlc/vlc-2.2 | branch: master | Rémi Denis-Courmont <[email protected]> | Thu Oct 9 22:38:35 2014 +0300| [1eb07aa16021c119b98cbe9a99ef1f3ee5568a35] | committer: Rémi Denis-Courmont
vout: remove unused window position hint (cherry picked from commit 79d545c734ed3d19e47c607b91d09a9a2f17384a) > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=1eb07aa16021c119b98cbe9a99ef1f3ee5568a35 --- include/vlc_vout_window.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/vlc_vout_window.h b/include/vlc_vout_window.h index ed7d42c..8545e2c 100644 --- a/include/vlc_vout_window.h +++ b/include/vlc_vout_window.h @@ -64,9 +64,11 @@ typedef struct { /* Window handle type */ unsigned type; +#ifdef __APPLE__ /* Window position hint */ int x; int y; +#endif /* Windows size hint */ unsigned width; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
