mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-10 01:27:43 +00:00
chore(windows): formatting
Some checks failed
Keyman Build Summary / Summarize build status checks (push) Has been cancelled
Some checks failed
Keyman Build Summary / Summarize build status checks (push) Has been cancelled
Co-authored-by: Ross Cruickshank <rc-swag@users.noreply.github.com>
This commit is contained in:
parent
0e332b6f6c
commit
e7bc51fcda
1 changed files with 2 additions and 3 deletions
|
|
@ -612,8 +612,7 @@ void HandleRefresh(int code, LONG tag) {
|
|||
break;
|
||||
}
|
||||
|
||||
#ifndef _WIN64
|
||||
|
||||
#ifndef _WIN64
|
||||
// This RefreshTag is only ever incremented here by the controller thread
|
||||
// for x86 so this is a thread safe operation
|
||||
*Globals::RefreshTag() = Globals::get_RefreshTag() + 1;
|
||||
|
|
@ -626,7 +625,7 @@ void HandleRefresh(int code, LONG tag) {
|
|||
}
|
||||
#else
|
||||
*Globals::RefreshTag() = tag;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
SendDebugMessageFormat("HandleRefresh: new tag = %d", Globals::get_RefreshTag());
|
||||
RefreshThreadKeyboardsIfRequired();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue