Kaydet (Commit) 27e60b6d authored tarafından Noel Grandin's avatar Noel Grandin

fix windows build

after my commit 079590c9
"fdo#84938: convert INDICATOR_ #defines to 'enum class'"

Change-Id: Icc78ad4671fa1cdfc4110a9101f5ad45b931064d
üst 006e59a2
...@@ -2887,7 +2887,6 @@ SalFrame::SalPointerState WinSalFrame::GetPointerState() ...@@ -2887,7 +2887,6 @@ SalFrame::SalPointerState WinSalFrame::GetPointerState()
KeyIndicatorState WinSalFrame::GetIndicatorState() KeyIndicatorState WinSalFrame::GetIndicatorState()
{ {
KeyIndicatorState aState = KeyIndicatorState::NONE; KeyIndicatorState aState = KeyIndicatorState::NONE;
aState.mnState = 0;
if (::GetKeyState(VK_CAPITAL)) if (::GetKeyState(VK_CAPITAL))
aState |= KeyIndicatorState::CAPSLOCK; aState |= KeyIndicatorState::CAPSLOCK;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment