summaryrefslogtreecommitdiff
path: root/app/xterm/trace.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/xterm/trace.h')
-rw-r--r--app/xterm/trace.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/xterm/trace.h b/app/xterm/trace.h
index 3ed17c05a..b462db15b 100644
--- a/app/xterm/trace.h
+++ b/app/xterm/trace.h
@@ -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)