freetype-commit
[Top][All Lists]
Advanced

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

[freetype2-demos] master bb042a7 1/2: * graph/win32/grwin32.c (gr_win32_


From: Werner Lemberg
Subject: [freetype2-demos] master bb042a7 1/2: * graph/win32/grwin32.c (gr_win32_device_init): Use neutral background.
Date: Fri, 1 Oct 2021 12:07:34 -0400 (EDT)

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

    * graph/win32/grwin32.c (gr_win32_device_init): Use neutral background.
---
 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 9cc49df..36f5b51 100644
--- a/graph/win32/grwin32.c
+++ b/graph/win32/grwin32.c
@@ -722,7 +722,7 @@ LRESULT CALLBACK Message_Process( HWND handle, UINT mess,
     ourClass.hInstance    = GetModuleHandle( NULL );
     ourClass.hIcon        = LoadIcon(0, IDI_APPLICATION);
     ourClass.hCursor      = LoadCursor(0, IDC_ARROW);
-    ourClass.hbrBackground= GetStockObject(BLACK_BRUSH);
+    ourClass.hbrBackground= GetStockObject( LTGRAY_BRUSH );
 
     if ( RegisterClass(&ourClass) == 0 )
       return -1;



reply via email to

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