sync with OpenBSD -current

This commit is contained in:
purplerain 2024-07-25 20:49:18 +00:00
parent a34e492c6b
commit acb2a22980
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
86 changed files with 12131 additions and 4602 deletions

View file

@ -1,7 +1,7 @@
/* $XTermId: trace.h,v 1.94 2022/10/06 20:40:49 tom Exp $ */
/* $XTermId: trace.h,v 1.95 2024/05/15 23:51:40 tom Exp $ */
/*
* Copyright 1997-2021,2022 by Thomas E. Dickey
* Copyright 1997-2022,2024 by Thomas E. Dickey
*
* All Rights Reserved
*
@ -92,7 +92,7 @@ extern void TraceArgv(const char * /* tag */, char ** /* argv */);
extern const char *trace_who;
#undef TRACE_CHILD
#define TRACE_CHILD int tracing_child = (trace_who = "child") != 0; (void) tracing_child;
#define TRACE_CHILD int tracing_child = (trace_who = "child") != 0; (void) tracing_child
extern void TraceEvent(const char *, XEvent *, String *, Cardinal *);
#undef TRACE_EVENT