Re: How to handle sync request?

Carlo Wood <[email protected]> Mon, 6 Jun 2022 15:50:46 +0200
Newsgroups gmane.comp.freedesktop.xcb
Message-ID <[email protected]>
On Mon, 6 Jun 2022 16:39:08 +0300
Марк Лаго́дич <[email protected]> wrote:

> I was trying to make window resizing in my program just as smooth as
> in GTK programs.
> So far I have this:
> https://github.com/MarkLagodych/xcb-opengl-simple-program

This is interesting; I am just a user, working on a Vulkan engine,
and resizing doesn't look good here: mostly, during resizing the
system is so busy with trying to keep up that the window looks empty
until you stop moving the mouse.

Can you explain to me in simply English what is the idea behind
what you are doing that makes resize more smooth?

Carlo