freetype-commit
[Top][All Lists]
Advanced

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

[freetype2-demos] master 0e00a682 1/2: * graph/win32/grwin32.c (Message_


From: Werner Lemberg
Subject: [freetype2-demos] master 0e00a682 1/2: * graph/win32/grwin32.c (Message_Process): Return TRUE on WM_SIZING.
Date: Fri, 3 Feb 2023 22:48:40 -0500 (EST)

branch: master
commit 0e00a68299e7bccac7da5bd44662697da1b4f2df
Author: Alexei Podtelezhnikov <apodtele@gmail.com>
Commit: Alexei Podtelezhnikov <apodtele@gmail.com>

    * graph/win32/grwin32.c (Message_Process): Return TRUE on WM_SIZING.
---
 graph/win32/grwin32.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graph/win32/grwin32.c b/graph/win32/grwin32.c
index 2f173952..9ed9d272 100644
--- a/graph/win32/grwin32.c
+++ b/graph/win32/grwin32.c
@@ -624,7 +624,7 @@ LRESULT CALLBACK Message_Process( HWND handle, UINT mess,
         PostThreadMessage( surface->host, WM_RESIZE, SIZE_RESTORED,
                            MAKELPARAM( WndRect.right, WndRect.bottom ) );
       }
-      break;
+      return TRUE;  /* required */
 
     case WM_EXITSIZEMOVE:
       {



reply via email to

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