Bug 2251945 - xterm: XkbBell configure check uses wrong argument type
Summary: xterm: XkbBell configure check uses wrong argument type
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: xterm
Version: rawhide
Hardware: Unspecified
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Florian Weimer
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: PortingToModernCNoUpstream
TreeView+ depends on / blocked
 
Reported: 2023-11-28 14:48 UTC by Florian Weimer
Modified: 2023-11-28 15:05 UTC (History)
2 users (show)

Fixed In Version: xterm-388-3.fc40
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-11-28 15:05:32 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
xterm-configure-c99.patch (1008 bytes, patch)
2023-11-28 14:49 UTC, Florian Weimer
no flags Details | Diff

Description Florian Weimer 2023-11-28 14:48:55 UTC
The second argument is a Window, not a Widget:

-       XkbBell((Display *)0, (Widget)0, 0, y);
+       XkbBell((Display *)0, (Window)0, 0, y);

Filing this here so that we have a public reference.

Reproducible: Always

Comment 1 Florian Weimer 2023-11-28 14:49:49 UTC
Created attachment 2001829 [details]
xterm-configure-c99.patch


Note You need to log in before you can comment on or make changes to this bug.