diff options
Diffstat (limited to 'src/lx_video.c')
-rw-r--r-- | src/lx_video.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lx_video.c b/src/lx_video.c index 5dbe224..eb46cb5 100644 --- a/src/lx_video.c +++ b/src/lx_video.c @@ -70,6 +70,7 @@ static void LXStopVideo(ScrnInfoPtr pScrni, pointer data, Bool exit); static void + LXDisplayVideo(ScrnInfoPtr pScrni, int id, short width, short height, BoxPtr dstBox, short srcW, short srcH, short drawW, short drawH); |