summaryrefslogtreecommitdiff
path: root/services/input/InputWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'services/input/InputWindow.h')
-rw-r--r--services/input/InputWindow.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/services/input/InputWindow.h b/services/input/InputWindow.h
index d7d819debed8..93c9b5f268b0 100644
--- a/services/input/InputWindow.h
+++ b/services/input/InputWindow.h
@@ -80,6 +80,10 @@ struct InputWindow {
FLAG_TURN_SCREEN_ON = 0x00200000,
FLAG_DISMISS_KEYGUARD = 0x00400000,
FLAG_SPLIT_TOUCH = 0x00800000,
+ FLAG_HARDWARE_ACCELERATED = 0x01000000,
+ FLAG_HARDWARE_ACCELERATED_SYSTEM = 0x02000000,
+ FLAG_SLIPPERY = 0x04000000,
+ FLAG_NEEDS_MENU_KEY = 0x08000000,
FLAG_KEEP_SURFACE_WHILE_ANIMATING = 0x10000000,
FLAG_COMPATIBLE_WINDOW = 0x20000000,
FLAG_SYSTEM_ERROR = 0x40000000,