diff options
Diffstat (limited to 'include/input/InputWindow.h')
-rw-r--r-- | include/input/InputWindow.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/input/InputWindow.h b/include/input/InputWindow.h index 8a752c1e65..7372022078 100644 --- a/include/input/InputWindow.h +++ b/include/input/InputWindow.h @@ -167,8 +167,7 @@ struct InputWindowInfo : public Parcelable { */ Region touchableRegion; bool visible = false; - bool canReceiveKeys = false; - bool hasFocus = false; + bool focusable = false; bool hasWallpaper = false; bool paused = false; /* This flag is set when the window is of a trusted type that is allowed to silently |