diff options
| author | 2010-11-24 10:28:20 -0800 | |
|---|---|---|
| committer | 2010-11-24 10:28:20 -0800 | |
| commit | 4f5b008ff4d13e79fa87a288ba06f40446491e2b (patch) | |
| tree | 9917edc4838395a4c554ad62f915731e9e7af942 /include | |
| parent | fc2265604a19357043bb85ab801e13f42d980f2f (diff) | |
| parent | ad1894d8dfcb56d04e7c7e80bcaa018bf4ec203f (diff) | |
Merge "Allow status bar panels to be on top of the status bar."
Diffstat (limited to 'include')
| -rw-r--r-- | include/ui/InputDispatcher.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/ui/InputDispatcher.h b/include/ui/InputDispatcher.h index 15a3925795..d0812deb98 100644 --- a/include/ui/InputDispatcher.h +++ b/include/ui/InputDispatcher.h @@ -179,8 +179,10 @@ struct InputWindow { TYPE_INPUT_METHOD = FIRST_SYSTEM_WINDOW+11, TYPE_INPUT_METHOD_DIALOG= FIRST_SYSTEM_WINDOW+12, TYPE_WALLPAPER = FIRST_SYSTEM_WINDOW+13, - TYPE_STATUS_BAR_PANEL = FIRST_SYSTEM_WINDOW+14, + TYPE_STATUS_BAR_SUB_PANEL = FIRST_SYSTEM_WINDOW+14, TYPE_SECURE_SYSTEM_OVERLAY = FIRST_SYSTEM_WINDOW+15, + TYPE_DRAG = FIRST_SYSTEM_WINDOW+16, + TYPE_STATUS_BAR_PANEL = FIRST_SYSTEM_WINDOW+17, LAST_SYSTEM_WINDOW = 2999, }; |