[vlc-commits] vout: remove unused window position hint
Rémi Denis-Courmont
git at videolan.org
Thu Oct 16 19:25:57 CEST 2014
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | 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;
More information about the vlc-commits
mailing list