summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-03-21 16:21:01 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-03-21 16:21:01 +0000
commit891fb0a646780b715e4f8d53b49e4615917a13e8 (patch)
treeef2c1525f9d4567bb6083fc305f3b3fc65a9e27b /include
parentbe7a8b70ff25d405dbaa8fc082fc9349f65bf26b (diff)
downloadxine-lib-891fb0a646780b715e4f8d53b49e4615917a13e8.tar.gz
xine-lib-891fb0a646780b715e4f8d53b49e4615917a13e8.tar.bz2
- only draw still frame/logo if needed
- fix syncfb driver CVS patchset: 1605 CVS date: 2002/03/21 16:21:01
Diffstat (limited to 'include')
-rw-r--r--include/xine.h.tmpl.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in
index 488770c08..aec1887d1 100644
--- a/include/xine.h.tmpl.in
+++ b/include/xine.h.tmpl.in
@@ -28,7 +28,7 @@
\endverbatim
*/
/*
- * $Id: xine.h.tmpl.in,v 1.88 2002/03/18 19:34:16 guenter Exp $
+ * $Id: xine.h.tmpl.in,v 1.89 2002/03/21 16:21:01 miguelfreitas Exp $
*
*/
@@ -508,6 +508,10 @@ struct vo_driver_s {
* Leaving video driver.
*/
void (*exit) (vo_driver_t *self);
+ /**
+ * Check if a redraw is needed (due to resize)
+ */
+ int (*redraw_needed) (vo_driver_t *this);
};
/** @} end of video_group */