diff libvo/sub.h @ 5642:eb0cb6185e6c

osd: ok, now it's possible to do partial draw/clear of the buffer only if changed
author arpi
date Mon, 15 Apr 2002 22:08:50 +0000
parents 86663f1b9b00
children bd5c0d8346f0
line wrap: on
line diff
--- a/libvo/sub.h	Mon Apr 15 20:54:28 2002 +0000
+++ b/libvo/sub.h	Mon Apr 15 22:08:50 2002 +0000
@@ -94,5 +94,7 @@
 int vo_update_osd(int dxs,int dys);
 int vo_osd_changed(int new_value);
 
+extern int vo_osd_changed_flag;
+
 #endif
 #endif