• src/conio/x_events.c

    From Deucе@VERT to Git commit to main/sbbs/master on Wed Oct 8 14:07:27 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/891403083f32ee8b84a9cd17
    Modified Files:
    src/conio/x_events.c
    Log Message:
    Goot to include assert.h when calling assert()

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Thu Nov 27 12:35:30 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/7c24a3911beb16f69752353d
    Modified Files:
    src/conio/x_events.c
    Log Message:
    Or in base_pixel even for VisualIsRGB8

    This may resolve issue where screen appears to be transparent when
    a black background is used with Plasma 5 on Linux.

    Essentially, we set all non-RGB bits now instead of leaving them
    unset.

    This will help if anything is assuming ARGB32 despite us explicitly
    requesting RGB24.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Mon Mar 16 21:37:59 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/13da024834666d43090b0230
    Modified Files:
    src/conio/x_events.c
    Log Message:
    Downscale XWMHints pixmap icon to 32x32 for old WMs (fixes ticket 192)

    Some window managers (e.g. xvcsrv) only use the old-style XWMHints
    pixmap icon and ignore _NET_WM_ICON. These WMs typically expect a
    32x32 pixmap and clip larger icons, showing only the top-left quadrant.

    Downsample the icon to 32x32 using nearest-neighbor when the source
    is larger than 32x32. The full-size icon is still provided via
    _NET_WM_ICON for modern WMs.

    For nelgin.

    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net