replace SkArea with GskCanvas

This reduces RAM usage, as we no longer need to have separate graphics
buffers for all Views with custom onDraw() method
This commit is contained in:
Julian Winkler
2024-05-25 19:25:33 +02:00
committed by Mis012
parent d941fd5a81
commit 6575fef58e
2 changed files with 16 additions and 34 deletions

View File

@@ -10,7 +10,6 @@ struct _WrapperWidget
{
GtkWidget parent_instance;
GtkWidget *child;
GtkWidget *sk_area;
GtkWidget *background;
JavaVM *jvm;
jobject jobj;