bitmap: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Jun 29 19:18:46 UTC 2025


 BitEdit.c  |   92 ++++++++++++++++++++++++++++------------------------
 Bitmap.c   |   62 ++++++++++++++++++-----------------
 Bitmap.h   |  106 ++++++++++++++++++++++++++++++++-----------------------------
 BitmapP.h  |    2 -
 Dialog.c   |    2 -
 Dialog.h   |    2 -
 Graphics.c |   22 +++++++-----
 7 files changed, 154 insertions(+), 134 deletions(-)

New commits:
commit b0777ccf75ede5270534054887c299efa5adaa39
Author: Walter Harms <wharms at bfs.de>
Date:   Sun Jun 29 21:17:03 2025 +0200

    FIX:  warning: cast from function call of type ‘double’ to non-matching type ‘short int’
    
    add a helper rad and let the compiler do its job

commit 9a19c5812760c49bc7c51220233d251e4a178996
Author: Walter Harms <wharms at bfs.de>
Date:   Sun Jun 29 21:08:33 2025 +0200

    FIX: warning: cast from function call of type ‘double’ to non-matching type ‘short int’
    
     calculate floor(radius) once and do not cast same idee as a few lines
     below.

commit 53112755779d802fb44efe909e81962ad00cc51c
Author: Walter Harms <wharms at bfs.de>
Date:   Sun Jun 29 21:04:06 2025 +0200

    FIX an other const warning

commit 16d3040e49ab3d2ce4ec91f0bd6d60d6315fe3e4
Author: Walter Harms <wharms at bfs.de>
Date:   Sat Jun 28 22:30:26 2025 +0200

    fix: warning: assignment discards ‘const’ qualifier from pointer target type
    
    fix a pile of const warnings with casting. actualy this should be fixed
    in Xt itself.



More information about the xorg-commit mailing list