Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions libXg/gwin.c
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ Mouseaction(Widget w, XEvent *e, String *p, Cardinal *np)

static void
SelCallback(Widget w, XtPointer cldata, Atom *sel, Atom *seltype,
XtPointer val, uint64_t *len, int *fmt)
XtPointer val, unsigned long *len, int *fmt)
{
GwinWidget gw = (GwinWidget)w;
XTextProperty p = {0};
Expand Down Expand Up @@ -486,7 +486,7 @@ SelCallback(Widget w, XtPointer cldata, Atom *sel, Atom *seltype,

static Boolean
SendSel(Widget w, Atom *sel, Atom *target, Atom *rtype, XtPointer *ans,
uint64_t *anslen, int *ansfmt)
unsigned long *anslen, int *ansfmt)
{
GwinWidget gw = (GwinWidget)w;
XTextProperty p = {0};
Expand Down