sync with OpenBSD -current
This commit is contained in:
parent
4b49aefbb1
commit
1fd36b57f8
945 changed files with 81965 additions and 59988 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue