Skip to content

Commit

Permalink
TkpMakeWindow -> Tk_MakeWindow (2x)
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Nov 17, 2023
1 parent ebac6ea commit 4c1b179
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion macosx/tkMacOSXEmbed.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ static void EmbedWindowDeleted(TkWindow *winPtr);
/*
*----------------------------------------------------------------------
*
* TkpMakeWindow --
* Tk_MakeWindow --
*
* Creates an X Window (Mac subwindow).
*
Expand Down
2 changes: 1 addition & 1 deletion win/tkWinWindow.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ TkpScanWindowId(
/*
*----------------------------------------------------------------------
*
* TkpMakeWindow --
* Tk_MakeWindow --
*
* Creates a Windows window object based on the current attributes of the
* specified TkWindow.
Expand Down

0 comments on commit 4c1b179

Please sign in to comment.