sync with OpenBSD -current

This commit is contained in:
purplerain 2025-01-10 01:40:29 +00:00
parent 4b49aefbb1
commit 1fd36b57f8
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
945 changed files with 81965 additions and 59988 deletions

View file

@ -1,4 +1,4 @@
/* $XTermId: trace.h,v 1.95 2024/05/15 23:51:40 tom Exp $ */
/* $XTermId: trace.h,v 1.96 2024/09/01 22:42:54 tom Exp $ */
/*
* Copyright 1997-2022,2024 by Thomas E. Dickey
@ -94,7 +94,7 @@ extern const char *trace_who;
#undef TRACE_CHILD
#define TRACE_CHILD int tracing_child = (trace_who = "child") != 0; (void) tracing_child
extern void TraceEvent(const char *, XEvent *, String *, Cardinal *);
extern void TraceEvent(const char *, XEvent *, String *, const Cardinal *);
#undef TRACE_EVENT
#define TRACE_EVENT(t,e,s,n) TraceEvent(t, (XEvent *)e, s, n)