vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Thu Oct  9 
22:38:35 2014 +0300| [ba1d85d5d0b83ba5fbb98ebeb01992821e23a641] | committer: 
Rémi Denis-Courmont

vout: remove unused window position hint

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

 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 acfe160..48bcc339 100644
--- a/include/vlc_vout_window.h
+++ b/include/vlc_vout_window.h
@@ -68,9 +68,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

Reply via email to