comparison 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
comparison
equal deleted inserted replaced
5641:85df37cde3d3 5642:eb0cb6185e6c
92 92
93 void vo_init_osd(); 93 void vo_init_osd();
94 int vo_update_osd(int dxs,int dys); 94 int vo_update_osd(int dxs,int dys);
95 int vo_osd_changed(int new_value); 95 int vo_osd_changed(int new_value);
96 96
97 extern int vo_osd_changed_flag;
98
97 #endif 99 #endif
98 #endif 100 #endif