Hi, Please, ignore. I've found a solution with the existing flow.
Em sáb., 14 de out. de 2023 às 14:44, Thiago Milczarek Sayão < thiago.sa...@gmail.com> escreveu: > Hi, > I'm doing some experimenting on new ways to implement the gtk glass > backend (mainly targeting wayland support). > > JavaFX View implementations receives the data to be drawn. > I want to be able to request it synchronously. > > If JavaFX needs to paint I need it to request the glass backend without > the data. > So the backend would request back the data to be drawn when it's ready. > > I could keep a buffer on GtkView.java. Would it be too ugly? > > -- Thiago. > > >