diff options
author | Reinhard Nißl <rnissl@gmx.de> | 2007-04-15 22:32:45 +0200 |
---|---|---|
committer | Reinhard Nißl <rnissl@gmx.de> | 2007-04-15 22:32:45 +0200 |
commit | 1429f567495c43bed8538a911bbc63fe5945b5d9 (patch) | |
tree | 70fcafad731f9785943111c213b0a4dc5497d313 /src/xine-engine/video_out.h | |
parent | 36579aba10852b0167c9e329bb4d10776844531d (diff) | |
parent | 3b03ad66fd2d5a475938a28cbcd55ba0319204a9 (diff) | |
download | xine-lib-1429f567495c43bed8538a911bbc63fe5945b5d9.tar.gz xine-lib-1429f567495c43bed8538a911bbc63fe5945b5d9.tar.bz2 |
Merge extensions to xine engine.
Diffstat (limited to 'src/xine-engine/video_out.h')
-rw-r--r-- | src/xine-engine/video_out.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xine-engine/video_out.h b/src/xine-engine/video_out.h index 7b42c43ed..06e5eaaa9 100644 --- a/src/xine-engine/video_out.h +++ b/src/xine-engine/video_out.h @@ -205,6 +205,9 @@ struct xine_video_port_s { /* flush video_out fifo */ void (*flush) (xine_video_port_t *self); + /* trigger immediate drawing */ + void (*trigger_drawing) (xine_video_port_t *self); + /* Get/Set video property * * See VO_PROP_* bellow |