freetype-commit
[Top][All Lists]
Advanced

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

[Git][freetype/freetype-demos][master] * graph/win32/grwin32.c: Do not i


From: Alexei Podtelezhnikov (@apodtele)
Subject: [Git][freetype/freetype-demos][master] * graph/win32/grwin32.c: Do not include <string.h>, formatting.
Date: Tue, 24 May 2022 02:34:15 +0000

Alexei Podtelezhnikov pushed to branch master at FreeType / FreeType Demo Programs

Commits:

1 changed file:

Changes:

  • graph/win32/grwin32.c
    ... ... @@ -19,8 +19,6 @@
    19 19
      *
    
    20 20
      ******************************************************************/
    
    21 21
     
    
    22
    -#include <string.h>
    
    23
    -
    
    24 22
     #define WIN32_LEAN_AND_MEAN
    
    25 23
     #include <windows.h>
    
    26 24
     
    
    ... ... @@ -311,7 +309,7 @@ gr_win32_surface_resize( grWin32Surface* surface,
    311 309
                           width,
    
    312 310
                           height,
    
    313 311
                           &surface->shadow_bitmap ) )
    
    314
    -    return 0;
    
    312
    +      return 0;
    
    315 313
     
    
    316 314
     #ifdef SWIZZLE
    
    317 315
         if ( grNewBitmap( bitmap->mode,
    


  • reply via email to

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