• src/conio/x_events.c

    From Deuc¿@VERT to Git commit to main/sbbs/m on Wednesday, October 08, 2025 14:07:00
    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/m on Thursday, November 27, 2025 12:35:00
    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/m on Monday, March 16, 2026 21:37:00
    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