From 39c0fe482390f6657913635f344267e63cbf9005 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Tue, 11 Feb 2003 16:42:40 +0000 Subject: =?UTF-8?q?add=20osd=20function=20to=20draw=20bitmaps=20(patch=20b?= =?UTF-8?q?y=20Julio=20S=C3=A1nchez=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CVS patchset: 4135 CVS date: 2003/02/11 16:42:40 --- include/xine.h.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/xine.h.in b/include/xine.h.in index f195c70cc..ce19ddb56 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine.h.in,v 1.58 2003/01/29 02:33:35 miguelfreitas Exp $ + * $Id: xine.h.in,v 1.59 2003/02/11 16:42:40 miguelfreitas Exp $ * * public xine-lib (libxine) interface and documentation * @@ -1342,6 +1342,9 @@ void xine_osd_draw_rect (xine_osd_t *self, int x1, int y1, int color, int filled ); void xine_osd_draw_text (xine_osd_t *self, int x1, int y1, const char *text, int color_base); +void xine_osd_draw_bitmap (xine_osd_t *self, uint8_t *bitmap, + int x1, int y1, int width, int height, + uint8_t *palette_map); void xine_osd_get_text_size (xine_osd_t *self, const char *text, int *width, int *height); void xine_osd_set_font (xine_osd_t *self, const char *fontname, -- cgit v1.2.3