]> git.sesse.net Git - vlc/blobdiff - src/control/libvlc_internal.h
macosx: vout drawable rework.
[vlc] / src / control / libvlc_internal.h
index d24d8a9fceb9388ea5d7669b3d7dcedd76dcb162..f27447810253ffb1a8ef80e7a8136965d11adb9a 100644 (file)
@@ -2,7 +2,7 @@
  * libvlc_internal.h : Definition of opaque structures for libvlc exported API
  * Also contains some internal utility functions
  *****************************************************************************
- * Copyright (C) 2005 the VideoLAN team
+ * Copyright (C) 2005-2009 the VideoLAN team
  * $Id$
  *
  * Authors: ClĂ©ment Stenac <zorglub@videolan.org>
@@ -158,6 +158,7 @@ struct libvlc_media_player_t
     {
         void *hwnd;
         uint32_t xid;
+        uint32_t agl;
     } drawable;
 
     bool        b_own_its_input_thread;