mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-08 00:05:33 +03:00
x11-libs/libXaw3dXft: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mm1ke@gentoo.org>
This commit is contained in:
parent
4fcc1789d3
commit
415245a4d0
@ -1,17 +0,0 @@
|
||||
https://bugs.gentoo.org/919239
|
||||
|
||||
Fix compilation with gcc 14 [-Wincompatible-pointer-types]
|
||||
|
||||
buffer_return is a char* cast to wchar_t* at call site.
|
||||
|
||||
--- a/src/XawIm.c
|
||||
+++ b/src/XawIm.c
|
||||
@@ -1522,7 +1522,7 @@
|
||||
if ((vw = SearchVendorShell(inwidg)) && (ve = GetExtPart(vw)) &&
|
||||
ve->im.xim && (p = GetIcTableShared(inwidg, ve)) && p->xic) {
|
||||
if (_Xaw3dXft->encoding == -1)
|
||||
- ret = Xutf8LookupString (p->xic, event, buffer_return, bytes_buffer, keysym_return, status_return);
|
||||
+ ret = Xutf8LookupString (p->xic, event, (char*)buffer_return, bytes_buffer, keysym_return, status_return);
|
||||
else
|
||||
ret = XwcLookupString(p->xic, event, buffer_return, bytes_buffer,
|
||||
keysym_return, status_return);
|
||||
Loading…
x
Reference in New Issue
Block a user