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 --- src/xine-engine/osd.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/xine-engine/osd.h') diff --git a/src/xine-engine/osd.h b/src/xine-engine/osd.h index 26b53bdad..a3e40f821 100644 --- a/src/xine-engine/osd.h +++ b/src/xine-engine/osd.h @@ -18,7 +18,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * OSD stuff (text and graphic primitives) - * $Id: osd.h,v 1.11 2002/11/20 18:41:14 mroi Exp $ + * $Id: osd.h,v 1.12 2003/02/11 16:42:42 miguelfreitas Exp $ */ #ifndef HAVE_OSD_H @@ -167,6 +167,13 @@ struct osd_renderer_s { */ void (*clear) (osd_object_t *osd ); + /* + * paste a bitmap with optional palette mapping + */ + void (*draw_bitmap) (osd_object_t *osd, uint8_t *bitmap, + int x1, int y1, int width, int height, + uint8_t *palette_map); + /* private stuff */ pthread_mutex_t osd_mutex; -- cgit v1.2.3