Skip to content

Commit

Permalink
Merge 8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Dec 16, 2023
2 parents b4d15bb + e9362e0 commit f804b58
Show file tree
Hide file tree
Showing 4 changed files with 262 additions and 595 deletions.
7 changes: 2 additions & 5 deletions macosx/tkMacOSXXStubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -867,12 +867,9 @@ XSetIconName(

Bool
XFilterEvent(
XEvent *event,
Window window)
TCL_UNUSED(XEvent *),
TCL_UNUSED(Window))
{
(void)event;
(void)window;

return 0;
}

Expand Down
Loading

0 comments on commit f804b58

Please sign in to comment.