Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已成功将 GTK 使用的 cairo 后端更改为 GLES(在 X11 窗口实现中)。我为每个 gdkwindow 使用 eglWIndowSurface。我面临的问题是,因为 GTK 正在进行差异渲染,我只能看到渲染的当前焦点区域。有什么方法可以让 GTK 一直渲染完整的窗口?