diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2006-10-28 18:51:08 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2006-10-28 18:51:08 +0000 |
commit | 0040fb948b239b3047f98eb2fabdf2591890bedc (patch) | |
tree | 006b956bb48f25904c1bb4ac09bd7ba47badcbe8 /include | |
parent | 3d28fa78360bec4a6a5f66b60e50790c12fb3192 (diff) | |
download | xine-lib-0040fb948b239b3047f98eb2fabdf2591890bedc.tar.gz xine-lib-0040fb948b239b3047f98eb2fabdf2591890bedc.tar.bz2 |
Christoph Pfister's patch to support XINE_VISUAL_TYPE_X11_2 with XV
CVS patchset: 8351
CVS date: 2006/10/28 18:51:08
Diffstat (limited to 'include')
-rw-r--r-- | include/xine.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/xine.h.in b/include/xine.h.in index 6802fc85a..2352cb2a9 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine.h.in,v 1.159 2006/10/28 17:02:51 miguelfreitas Exp $ + * $Id: xine.h.in,v 1.160 2006/10/28 18:51:08 miguelfreitas Exp $ * * public xine-lib (libxine) interface and documentation * @@ -1172,7 +1172,7 @@ typedef struct { * needs access to the x11 display connection * * note: to enable this you MUST use XINE_VISUAL_TYPE_X11_2 - * note: if display_lock or display_unlock is NULL, the fallback is used + * note: if display_lock is NULL, the fallback is used * note: fallback for this function is XLockDisplay(display) */ void (*lock_display) (void *user_data); @@ -1184,7 +1184,7 @@ typedef struct { * doesn't need access to the x11 display connection anymore * * note: to enable this you MUST use XINE_VISUAL_TYPE_X11_2 - * note: if display_lock or display_unlock is NULL, the fallback is used + * note: if display_unlock is NULL, the fallback is used * note: fallback for this function is XUnlockDisplay(display) */ void (*unlock_display) (void *user_data); |