# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/rxvt/hotfix-screen.patch # Copyright (C) 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- rxvt-2.7.10/src/screen.c.orig 2026-06-28 20:00:14.107000000 +0200 +++ rxvt-2.7.10/src/screen.c 2026-06-28 20:00:16.831000000 +0200 @@ -1942,8 +1942,8 @@ text_t *dtp, *stp; /* drawn-text-pointer, screen-text-pointer */ char *buffer; /* local copy of r->h->buffer */ struct rxvt_hidden *h = r->h; - int (*draw_string) () = XDrawString; - int (*draw_image_string) () = XDrawImageString; + int (*draw_string)(Display *, Drawable, GC, int, int, const char *, int) = XDrawString; + int (*draw_image_string)(Display *, Drawable, GC, int, int, const char *, int) = XDrawImageString; if (refresh_type == NO_REFRESH || !r->TermWin.mapped) return;