freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: resizable ft2demos


From: Dmitry Timoshkov
Subject: Re: resizable ft2demos
Date: Fri, 22 May 2020 17:13:16 +0800

Anuj Verma <address@hidden> wrote:

> The window enters a modal loop whenever you start resizing the window, the
> loop terminates when the mouse is released.
> more on this here:
> https://docs.microsoft.com/en-us/windows/win32/winmsg/wm-entersizemove
> So I think the solution would be to handle the "WM_SYSCOMMAND" message and
> manually resize the window. You can
> also integrate this code. (
> https://sourceforge.net/p/win32loopl/code/ci/default/tree/)

That's clearly an overkill. Probably that code is nice to have for
education purposes, but it should not be needed to get window repainted
when being resized.

-- 
Dmitry.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]