Skip to content

Commit

Permalink
Merge 8.6 (left-over spacing)
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed May 11, 2024
2 parents 663ebf3 + 5c8f06b commit f90a36a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions generic/ttk/ttkLayout.c
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ Ttk_Box Ttk_PlaceBox(
* Ttk_PositionBox --
* Pack and stick a box according to PositionSpec flags.
*/

MODULE_SCOPE Ttk_Box
Ttk_PositionBox(Ttk_Box *cavity, int width, int height, Ttk_PositionSpec flags)
{
Expand Down
1 change: 1 addition & 0 deletions macosx/tkMacOSXTest.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ MenuBarHeightObjCmd(
*
*----------------------------------------------------------------------
*/

MODULE_SCOPE Bool
TkTestLogDisplay(
Drawable drawable)
Expand Down
3 changes: 2 additions & 1 deletion win/ttkWinXPTheme.c
Original file line number Diff line number Diff line change
Expand Up @@ -1391,7 +1391,8 @@ Ttk_CreateVsapiElement(
* +++ Initialization routine:
*/

MODULE_SCOPE int TtkXPTheme_Init(Tcl_Interp *interp, HWND hwnd)
MODULE_SCOPE int
TtkXPTheme_Init(Tcl_Interp *interp, HWND hwnd)
{
XPThemeData *themeData;
XPThemeProcs *procs;
Expand Down

0 comments on commit f90a36a

Please sign in to comment.