diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-12-25 18:43:38 +0000 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-12-25 18:43:38 +0000 |
commit | ef9e52f5031dc0042f30d368f707926aeaa2b4a9 (patch) | |
tree | 92143308c39141d1e906b8c1fd32d5617f84486c /src | |
parent | a6d39ca03836cfe8fbbcd221212d49caf3522c25 (diff) | |
download | xine-lib-ef9e52f5031dc0042f30d368f707926aeaa2b4a9.tar.gz xine-lib-ef9e52f5031dc0042f30d368f707926aeaa2b4a9.tar.bz2 |
Correctly export _x_post_frame_u_turn.
CVS patchset: 8452
CVS date: 2006/12/25 18:43:38
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-engine/post.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/post.h b/src/xine-engine/post.h index f8aba5cef..521fae9e5 100644 --- a/src/xine-engine/post.h +++ b/src/xine-engine/post.h @@ -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: post.h,v 1.23 2006/09/26 05:19:49 dgp85 Exp $ + * $Id: post.h,v 1.24 2006/12/25 18:43:38 dgp85 Exp $ * * post plugin definitions * @@ -259,7 +259,7 @@ void _x_post_frame_copy_up(vo_frame_t *to, vo_frame_t *from) XINE_PROTECTED; /* when you shortcut a frames usual draw() travel so that it will never reach * the draw() function of the original issuer, you still have to do some * housekeeping on the frame, before returning control up the pipe */ -void _x_post_frame_u_turn(vo_frame_t *frame, xine_stream_t *stream); +void _x_post_frame_u_turn(vo_frame_t *frame, xine_stream_t *stream) XINE_PROTECTED; /* use this to create a new, trivially decorated overlay manager in which * port functions can be replaced with own implementations */ |