Skip to content

Commit

Permalink
Fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Amrsatrio committed Jul 13, 2024
1 parent ac805ce commit 971a3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimpleWindowSwitcher/sws_WindowSwitcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ void sws_WindowSwitcher_RefreshTheme(sws_WindowSwitcher* _this);

void _sws_WindowSwitcher_SwitchToSelectedItemAndDismiss(sws_WindowSwitcher* _this);

static DWORD WINAPI _sws_WindowSwitcher_Calculate(sws_WindowSwitcher* _this, sws_WindowSwitcherLayout* pOldLayout);
static void WINAPI _sws_WindowSwitcher_Calculate(sws_WindowSwitcher* _this, sws_WindowSwitcherLayout* pOldLayout);

static sws_error_t _sws_WindowSwitcher_GetCloseButtonRectFromIndex(sws_WindowSwitcher* _this, DWORD dwIndex, LPRECT lpRect);

Expand Down

0 comments on commit 971a3f2

Please sign in to comment.