X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=render.c;h=9478124101d5fafe66db99d0c8348fd7ccba3f7b;hb=61d4952a59c72dab12aa5cb9100d4433b2cdcedf;hp=0050f943f4773cf0ea42b311f8e991bac3ba3956;hpb=1a194c3888293733939b2dd944251ae1b6c398ce;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/render.c b/render.c index 0050f94..9478124 100644 --- a/render.c +++ b/render.c @@ -1,4 +1,6 @@ #include "render.h" +#include "vg/vg_engine.h" +#include "vg/vg_platform.h" struct framebuffer framebuffers[] = { @@ -559,8 +561,9 @@ void render_fsquad2(void) /* * Call this inside the UI function */ -void render_view_framebuffer_ui(void) +void render_view_framebuffer_ui( ui_context *ctx ) { + // FIXME10 #if 0 int viewing_count = 0;