From f29bc4f4a3f2d316113263731962b783fff8690d Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Wed, 13 Apr 2022 17:26:57 -0700 Subject: gtk_fb: WIP switch to using GtkDrawingArea I still need to dig into which is preferable from a performance perspective, but the existing GtkImage integration with setting its cairo surface for the page flip seems to cause lots of size-allocations and errors on wayland as-is. Note this also bumps the rototiller submodule to a different branch for til_fb_context(). --- .gitmodules | 1 + 1 file changed, 1 insertion(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 904b734..6ce2cdd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "rototiller"] path = rototiller url = https://git.pengaru.com/rototiller + branch = fbcontext -- cgit v1.2.3