]> git.sesse.net Git - vlc/commitdiff
vout: remove unused window position hint
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 9 Oct 2014 19:38:35 +0000 (22:38 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 16 Oct 2014 17:23:38 +0000 (20:23 +0300)
include/vlc_vout_window.h

index acfe160078e393c747a44ef9527966f97c1bea11..48bcc339c81825edb681f26505db4db2938864b6 100644 (file)
@@ -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;