From 5c7e8618d5e5f2eb0b37dd937fb5669eeba407d0 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 15 Apr 2015 22:40:36 +0100 Subject: Convert windows frontend to using bitmap operation table --- windows/bitmap.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'windows/bitmap.h') diff --git a/windows/bitmap.h b/windows/bitmap.h index d05fef2ed..434c5e992 100644 --- a/windows/bitmap.h +++ b/windows/bitmap.h @@ -22,6 +22,8 @@ #include "desktop/plotters.h" +struct gui_bitmap_table *win32_bitmap_table; + struct bitmap { HBITMAP windib; BITMAPV5HEADER *pbmi; @@ -35,4 +37,7 @@ struct bitmap *bitmap_scale(struct bitmap *prescale, int width, int height); struct bitmap *bitmap_pretile(struct bitmap *untiled, int width, int height, bitmap_flags_t flags); +void *win32_bitmap_create(int width, int height, unsigned int state); +void win32_bitmap_destroy(void *bitmap); + #endif -- cgit v1.2.3