From 899be01f288eef596949e4db44baab25e985ae0f Mon Sep 17 00:00:00 2001 From: Amy Bowersox Date: Wed, 11 Dec 2019 11:12:15 -0700 Subject: [PATCH] should be most of it now --- src/dc_screen.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/dc_screen.c b/src/dc_screen.c index d248013..29c4050 100755 --- a/src/dc_screen.c +++ b/src/dc_screen.c @@ -1,5 +1,5 @@ #include -#inlcude +#include #include "log.h" #include "fbinit.h" #include "devctxt.h" @@ -175,6 +175,9 @@ static BOOL screen_solid_rect(PVOID privdata, PRECT rect, COLORREF color, INT32 return TRUE; } +static const DCFUNTABLE screen_funtable; /* forward declaration */ +static void screen_context_destroy(PVOID obj); + static PDCTXT screen_create_compat(PVOID privdata) { PSCREENPRIVDATA priv_new;