diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2022-04-13 17:26:57 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2022-04-13 17:29:27 -0700 |
commit | f29bc4f4a3f2d316113263731962b783fff8690d (patch) | |
tree | 36fff26df5ad2a07c0ac22d8a9dea588dbd50c65 /.gitmodules | |
parent | 8cfe3854ff7f6fbce48ba80061f7a0f2d2959e84 (diff) |
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().
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 1 |
1 files changed, 1 insertions, 0 deletions
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 |