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/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'windows/main.c') diff --git a/windows/main.c b/windows/main.c index c5bb240fc..4114297d2 100644 --- a/windows/main.c +++ b/windows/main.c @@ -43,6 +43,7 @@ #include "windows/font.h" #include "windows/filetype.h" #include "windows/pointers.h" +#include "windows/bitmap.h" #include "windows/gui.h" static char **respaths; /** resource search path vector. */ @@ -130,6 +131,7 @@ WinMain(HINSTANCE hInstance, HINSTANCE hLastInstance, LPSTR lpcli, int ncmd) .fetch = win32_fetch_table, .file = win32_file_table, .utf8 = win32_utf8_table, + .bitmap = win32_bitmap_table, }; win32_fetch_table->get_resource_url = gui_get_resource_url; -- cgit v1.2.3