summaryrefslogtreecommitdiffstats
path: root/performance.h
diff options
context:
space:
mode:
Diffstat (limited to 'performance.h')
-rw-r--r--performance.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/performance.h b/performance.h
index 7b40331..1a8fad6 100644
--- a/performance.h
+++ b/performance.h
@@ -42,6 +42,22 @@ extern "C" {
#define VENDOR_HINT_DISPLAY_OFF 0x00001040
#define VENDOR_HINT_DISPLAY_ON 0x00001041
+#define VENDOR_HINT_SCROLL_BOOST 0x00001080
+#define VENDOR_HINT_FIRST_LAUNCH_BOOST 0x00001081
+
+enum SCROLL_BOOST_TYPE {
+ SCROLL_VERTICAL = 1,
+ SCROLL_HORIZONTAL = 2,
+ SCROLL_PANEL_VIEW = 3,
+ SCROLL_PREFILING = 4,
+};
+
+enum LAUNCH_BOOST_TYPE {
+ LAUNCH_BOOST_V1 = 1,
+ LAUNCH_BOOST_V2 = 2,
+ LAUNCH_BOOST_V3 = 3,
+};
+
enum SCREEN_DISPLAY_TYPE {
DISPLAY_OFF = 0x00FF,
};