Binary compatibility report for the Grail library between 3.0.5 and 3.1.0 versions on x86
Test Info
Library Name | Grail |
Version #1 | 3.0.5 |
Version #2 | 3.1.0 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 3 |
Total Shared Libraries | 1 |
Total Symbols / Types | 20 / 451 |
Verdict | Incompatible (100%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 36 |
Removed Symbols | High | 20 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 164 |
Added Symbols (36)
grail.h,
libgrail.so.6.0.0
grail_accept_gesture ( UGHandle handle, unsigned int id ) @@ GRAIL_3.1
grail_delete ( UGHandle handle ) @@ GRAIL_3.1
grail_event_get_property ( UGEvent const event, UGEventProperty property, void* value ) @@ GRAIL_3.1
grail_event_get_time ( UGEvent const event ) @@ GRAIL_3.1
grail_event_get_type ( UGEvent const event ) @@ GRAIL_3.1
grail_event_ref ( UGEvent event ) @@ GRAIL_3.1
grail_event_unref ( UGEvent event ) @@ GRAIL_3.1
grail_get_event ( UGHandle handle, UGEvent* event ) @@ GRAIL_3.1
grail_get_fd ( UGHandle handle ) @@ GRAIL_3.1
grail_new ( UGHandle* handle ) @@ GRAIL_3.1
grail_next_timeout ( UGHandle handle ) @@ GRAIL_3.1
grail_process_frame_event ( UGHandle handle, UFEvent const event ) @@ GRAIL_3.1
grail_reject_gesture ( UGHandle handle, unsigned int id ) @@ GRAIL_3.1
grail_slice_get_center_of_rotation_x ( UGSlice const slice ) @@ GRAIL_3.1
grail_slice_get_center_of_rotation_y ( UGSlice const slice ) @@ GRAIL_3.1
grail_slice_get_construction_finished ( UGSlice const slice ) @@ GRAIL_3.1
grail_slice_get_cumulative_transform ( UGSlice const slice ) @@ GRAIL_3.1
grail_slice_get_frame ( UGSlice const slice ) @@ GRAIL_3.1
grail_slice_get_id ( UGSlice const slice ) @@ GRAIL_3.1
grail_slice_get_num_touches ( UGSlice const slice ) @@ GRAIL_3.1
grail_slice_get_original_center_x ( UGSlice const slice ) @@ GRAIL_3.1
grail_slice_get_original_center_y ( UGSlice const slice ) @@ GRAIL_3.1
grail_slice_get_original_radius ( UGSlice const slice ) @@ GRAIL_3.1
grail_slice_get_property ( UGSlice const slice, UGSliceProperty property, void* value ) @@ GRAIL_3.1
grail_slice_get_recognized ( UGSlice const slice ) @@ GRAIL_3.1
grail_slice_get_state ( UGSlice const slice ) @@ GRAIL_3.1
grail_slice_get_subscription ( UGSlice const slice ) @@ GRAIL_3.1
grail_slice_get_touch_id ( UGSlice const slice, unsigned int index, UFTouchId* touch_id ) @@ GRAIL_3.1
grail_slice_get_transform ( UGSlice const slice ) @@ GRAIL_3.1
grail_subscription_activate ( UGHandle handle, UGSubscription subscription ) @@ GRAIL_3.1
grail_subscription_deactivate ( UGHandle handle, UGSubscription subscription ) @@ GRAIL_3.1
grail_subscription_delete ( UGSubscription subscription ) @@ GRAIL_3.1
grail_subscription_get_property ( UGSubscription subscription, UGSubscriptionProperty property, void* value ) @@ GRAIL_3.1
grail_subscription_new ( UGSubscription* subscription ) @@ GRAIL_3.1
grail_subscription_set_property ( UGSubscription subscription, UGSubscriptionProperty property, void const* value ) @@ GRAIL_3.1
grail_update_time ( UGHandle handle, uint64_t time ) @@ GRAIL_3.1
to the top
Removed Symbols (20)
grail-bits.h,
libutouch-grail.so.1.3.0
grail_mask_clear_mask ( grail_mask_t* a, grail_mask_t const* b, int bytes ) @@ UTOUCH_GRAIL_2.0
grail_mask_count ( grail_mask_t const* mask, int bytes ) @@ UTOUCH_GRAIL_2.0
grail_mask_get_first ( grail_mask_t const* mask, int bytes ) @@ UTOUCH_GRAIL_2.0
grail_mask_get_next ( int i, grail_mask_t const* mask, int bytes ) @@ UTOUCH_GRAIL_2.0
grail_mask_set_mask ( grail_mask_t* a, grail_mask_t const* b, int bytes ) @@ UTOUCH_GRAIL_2.0
grail.h,
libutouch-grail.so.1.3.0
grail_close ( struct grail* ge, int fd ) @@ UTOUCH_GRAIL_2.0
grail_delete ( grail_handle ge ) @@ UTOUCH_GRAIL_2.0
grail_filter_abs_events ( struct grail* ge, int usage ) @@ UTOUCH_GRAIL_2.0
grail_get_contact_frame ( struct grail const* ge ) @@ UTOUCH_GRAIL_2.0
grail_get_contacts ( struct grail const* ge, struct grail_contact* touch, int max_touch ) @@ UTOUCH_GRAIL_2.0
grail_get_control ( grail_handle ge ) @@ UTOUCH_GRAIL_2.0
grail_get_units ( struct grail const* ge, struct grail_coord* min, struct grail_coord* max ) @@ UTOUCH_GRAIL_2.0
grail_get_version ( ) @@ UTOUCH_GRAIL_2.0
grail_idle ( struct grail* ge, int fd, int ms ) @@ UTOUCH_GRAIL_2.0
grail_new_raw ( utouch_frame_handle fh, unsigned int num_frames, void* select, unsigned int version, unsigned int control_size, unsigned int frame_size, unsigned int slot_size ) @@ UTOUCH_GRAIL_2.0
grail_open ( struct grail* ge, int fd ) @@ UTOUCH_GRAIL_2.0
grail_pull ( struct grail* ge, int fd ) @@ UTOUCH_GRAIL_2.0
grail_pump_frame ( grail_handle ge, struct utouch_frame const* frame ) @@ UTOUCH_GRAIL_2.0
grail_set_bbox ( struct grail* ge, struct grail_coord const* min, struct grail_coord const* max ) @@ UTOUCH_GRAIL_2.0
grail_set_coordinate_transform_callback ( struct grail* ge, utouch_coordinate_transform_cb callback, void* user_data ) @@ UTOUCH_GRAIL_2.0
to the top
Problems with Constants, Low Severity (164)
grail-types.h
[+] GRAIL_MAIN_DRAG
| Change | Effect |
---|
1 | The constant GRAIL_MAIN_DRAG with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_MAIN_PINCH
| Change | Effect |
---|
1 | The constant GRAIL_MAIN_PINCH with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_MAIN_ROTATE
| Change | Effect |
---|
1 | The constant GRAIL_MAIN_ROTATE with value 2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_MAIN_SYSFLAG
| Change | Effect |
---|
1 | The constant GRAIL_MAIN_SYSFLAG with value 4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_MAIN_TAP
| Change | Effect |
---|
1 | The constant GRAIL_MAIN_TAP with value 3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_MAIN_TOUCH
| Change | Effect |
---|
1 | The constant GRAIL_MAIN_TOUCH with value 5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_DRAG_DX
| Change | Effect |
---|
1 | The constant GRAIL_PROP_DRAG_DX with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_DRAG_DY
| Change | Effect |
---|
1 | The constant GRAIL_PROP_DRAG_DY with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_DRAG_ID_T0
| Change | Effect |
---|
1 | The constant GRAIL_PROP_DRAG_ID_T0 with value 10 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_DRAG_ID_T1
| Change | Effect |
---|
1 | The constant GRAIL_PROP_DRAG_ID_T1 with value 13 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_DRAG_ID_T2
| Change | Effect |
---|
1 | The constant GRAIL_PROP_DRAG_ID_T2 with value 16 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_DRAG_ID_T3
| Change | Effect |
---|
1 | The constant GRAIL_PROP_DRAG_ID_T3 with value 19 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_DRAG_ID_T4
| Change | Effect |
---|
1 | The constant GRAIL_PROP_DRAG_ID_T4 with value 22 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_DRAG_VX
| Change | Effect |
---|
1 | The constant GRAIL_PROP_DRAG_VX with value 2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_DRAG_VY
| Change | Effect |
---|
1 | The constant GRAIL_PROP_DRAG_VY with value 3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_DRAG_X
| Change | Effect |
---|
1 | The constant GRAIL_PROP_DRAG_X with value 4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_DRAG_X1
| Change | Effect |
---|
1 | The constant GRAIL_PROP_DRAG_X1 with value 6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_DRAG_X2
| Change | Effect |
---|
1 | The constant GRAIL_PROP_DRAG_X2 with value 8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_DRAG_X_T0
| Change | Effect |
---|
1 | The constant GRAIL_PROP_DRAG_X_T0 with value 11 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_DRAG_X_T1
| Change | Effect |
---|
1 | The constant GRAIL_PROP_DRAG_X_T1 with value 14 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_DRAG_X_T2
| Change | Effect |
---|
1 | The constant GRAIL_PROP_DRAG_X_T2 with value 17 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_DRAG_X_T3
| Change | Effect |
---|
1 | The constant GRAIL_PROP_DRAG_X_T3 with value 20 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_DRAG_X_T4
| Change | Effect |
---|
1 | The constant GRAIL_PROP_DRAG_X_T4 with value 23 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_DRAG_Y
| Change | Effect |
---|
1 | The constant GRAIL_PROP_DRAG_Y with value 5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_DRAG_Y1
| Change | Effect |
---|
1 | The constant GRAIL_PROP_DRAG_Y1 with value 7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_DRAG_Y2
| Change | Effect |
---|
1 | The constant GRAIL_PROP_DRAG_Y2 with value 9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_DRAG_Y_T0
| Change | Effect |
---|
1 | The constant GRAIL_PROP_DRAG_Y_T0 with value 12 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_DRAG_Y_T1
| Change | Effect |
---|
1 | The constant GRAIL_PROP_DRAG_Y_T1 with value 15 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_DRAG_Y_T2
| Change | Effect |
---|
1 | The constant GRAIL_PROP_DRAG_Y_T2 with value 18 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_DRAG_Y_T3
| Change | Effect |
---|
1 | The constant GRAIL_PROP_DRAG_Y_T3 with value 21 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_DRAG_Y_T4
| Change | Effect |
---|
1 | The constant GRAIL_PROP_DRAG_Y_T4 with value 24 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_PINCH_DR
| Change | Effect |
---|
1 | The constant GRAIL_PROP_PINCH_DR with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_PINCH_ID_T0
| Change | Effect |
---|
1 | The constant GRAIL_PROP_PINCH_ID_T0 with value 9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_PINCH_ID_T1
| Change | Effect |
---|
1 | The constant GRAIL_PROP_PINCH_ID_T1 with value 12 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_PINCH_ID_T2
| Change | Effect |
---|
1 | The constant GRAIL_PROP_PINCH_ID_T2 with value 15 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_PINCH_ID_T3
| Change | Effect |
---|
1 | The constant GRAIL_PROP_PINCH_ID_T3 with value 18 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_PINCH_ID_T4
| Change | Effect |
---|
1 | The constant GRAIL_PROP_PINCH_ID_T4 with value 21 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_PINCH_R
| Change | Effect |
---|
1 | The constant GRAIL_PROP_PINCH_R with value 2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_PINCH_VR
| Change | Effect |
---|
1 | The constant GRAIL_PROP_PINCH_VR with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_PINCH_X
| Change | Effect |
---|
1 | The constant GRAIL_PROP_PINCH_X with value 3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_PINCH_X1
| Change | Effect |
---|
1 | The constant GRAIL_PROP_PINCH_X1 with value 5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_PINCH_X2
| Change | Effect |
---|
1 | The constant GRAIL_PROP_PINCH_X2 with value 7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_PINCH_X_T0
| Change | Effect |
---|
1 | The constant GRAIL_PROP_PINCH_X_T0 with value 10 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_PINCH_X_T1
| Change | Effect |
---|
1 | The constant GRAIL_PROP_PINCH_X_T1 with value 13 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_PINCH_X_T2
| Change | Effect |
---|
1 | The constant GRAIL_PROP_PINCH_X_T2 with value 16 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_PINCH_X_T3
| Change | Effect |
---|
1 | The constant GRAIL_PROP_PINCH_X_T3 with value 19 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_PINCH_X_T4
| Change | Effect |
---|
1 | The constant GRAIL_PROP_PINCH_X_T4 with value 22 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_PINCH_Y
| Change | Effect |
---|
1 | The constant GRAIL_PROP_PINCH_Y with value 4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_PINCH_Y1
| Change | Effect |
---|
1 | The constant GRAIL_PROP_PINCH_Y1 with value 6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_PINCH_Y2
| Change | Effect |
---|
1 | The constant GRAIL_PROP_PINCH_Y2 with value 8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_PINCH_Y_T0
| Change | Effect |
---|
1 | The constant GRAIL_PROP_PINCH_Y_T0 with value 11 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_PINCH_Y_T1
| Change | Effect |
---|
1 | The constant GRAIL_PROP_PINCH_Y_T1 with value 14 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_PINCH_Y_T2
| Change | Effect |
---|
1 | The constant GRAIL_PROP_PINCH_Y_T2 with value 17 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_PINCH_Y_T3
| Change | Effect |
---|
1 | The constant GRAIL_PROP_PINCH_Y_T3 with value 20 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_PINCH_Y_T4
| Change | Effect |
---|
1 | The constant GRAIL_PROP_PINCH_Y_T4 with value 23 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_ROTATE_A
| Change | Effect |
---|
1 | The constant GRAIL_PROP_ROTATE_A with value 2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_ROTATE_DA
| Change | Effect |
---|
1 | The constant GRAIL_PROP_ROTATE_DA with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_ROTATE_ID_T0
| Change | Effect |
---|
1 | The constant GRAIL_PROP_ROTATE_ID_T0 with value 9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_ROTATE_ID_T1
| Change | Effect |
---|
1 | The constant GRAIL_PROP_ROTATE_ID_T1 with value 12 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_ROTATE_ID_T2
| Change | Effect |
---|
1 | The constant GRAIL_PROP_ROTATE_ID_T2 with value 15 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_ROTATE_ID_T3
| Change | Effect |
---|
1 | The constant GRAIL_PROP_ROTATE_ID_T3 with value 18 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_ROTATE_ID_T4
| Change | Effect |
---|
1 | The constant GRAIL_PROP_ROTATE_ID_T4 with value 21 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_ROTATE_VA
| Change | Effect |
---|
1 | The constant GRAIL_PROP_ROTATE_VA with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_ROTATE_X
| Change | Effect |
---|
1 | The constant GRAIL_PROP_ROTATE_X with value 3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_ROTATE_X1
| Change | Effect |
---|
1 | The constant GRAIL_PROP_ROTATE_X1 with value 5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_ROTATE_X2
| Change | Effect |
---|
1 | The constant GRAIL_PROP_ROTATE_X2 with value 7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_ROTATE_X_T0
| Change | Effect |
---|
1 | The constant GRAIL_PROP_ROTATE_X_T0 with value 10 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_ROTATE_X_T1
| Change | Effect |
---|
1 | The constant GRAIL_PROP_ROTATE_X_T1 with value 13 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_ROTATE_X_T2
| Change | Effect |
---|
1 | The constant GRAIL_PROP_ROTATE_X_T2 with value 16 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_ROTATE_X_T3
| Change | Effect |
---|
1 | The constant GRAIL_PROP_ROTATE_X_T3 with value 19 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_ROTATE_X_T4
| Change | Effect |
---|
1 | The constant GRAIL_PROP_ROTATE_X_T4 with value 22 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_ROTATE_Y
| Change | Effect |
---|
1 | The constant GRAIL_PROP_ROTATE_Y with value 4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_ROTATE_Y1
| Change | Effect |
---|
1 | The constant GRAIL_PROP_ROTATE_Y1 with value 6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_ROTATE_Y2
| Change | Effect |
---|
1 | The constant GRAIL_PROP_ROTATE_Y2 with value 8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_ROTATE_Y_T0
| Change | Effect |
---|
1 | The constant GRAIL_PROP_ROTATE_Y_T0 with value 11 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_ROTATE_Y_T1
| Change | Effect |
---|
1 | The constant GRAIL_PROP_ROTATE_Y_T1 with value 14 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_ROTATE_Y_T2
| Change | Effect |
---|
1 | The constant GRAIL_PROP_ROTATE_Y_T2 with value 17 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_ROTATE_Y_T3
| Change | Effect |
---|
1 | The constant GRAIL_PROP_ROTATE_Y_T3 with value 20 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_ROTATE_Y_T4
| Change | Effect |
---|
1 | The constant GRAIL_PROP_ROTATE_Y_T4 with value 23 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_TAP_DT
| Change | Effect |
---|
1 | The constant GRAIL_PROP_TAP_DT with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_TAP_ID_T0
| Change | Effect |
---|
1 | The constant GRAIL_PROP_TAP_ID_T0 with value 7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_TAP_ID_T1
| Change | Effect |
---|
1 | The constant GRAIL_PROP_TAP_ID_T1 with value 10 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_TAP_ID_T2
| Change | Effect |
---|
1 | The constant GRAIL_PROP_TAP_ID_T2 with value 13 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_TAP_ID_T3
| Change | Effect |
---|
1 | The constant GRAIL_PROP_TAP_ID_T3 with value 16 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_TAP_ID_T4
| Change | Effect |
---|
1 | The constant GRAIL_PROP_TAP_ID_T4 with value 19 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_TAP_X
| Change | Effect |
---|
1 | The constant GRAIL_PROP_TAP_X with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_TAP_X1
| Change | Effect |
---|
1 | The constant GRAIL_PROP_TAP_X1 with value 3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_TAP_X2
| Change | Effect |
---|
1 | The constant GRAIL_PROP_TAP_X2 with value 5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_TAP_X_T0
| Change | Effect |
---|
1 | The constant GRAIL_PROP_TAP_X_T0 with value 8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_TAP_X_T1
| Change | Effect |
---|
1 | The constant GRAIL_PROP_TAP_X_T1 with value 11 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_TAP_X_T2
| Change | Effect |
---|
1 | The constant GRAIL_PROP_TAP_X_T2 with value 14 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_TAP_X_T3
| Change | Effect |
---|
1 | The constant GRAIL_PROP_TAP_X_T3 with value 17 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_TAP_X_T4
| Change | Effect |
---|
1 | The constant GRAIL_PROP_TAP_X_T4 with value 20 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_TAP_Y
| Change | Effect |
---|
1 | The constant GRAIL_PROP_TAP_Y with value 2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_TAP_Y1
| Change | Effect |
---|
1 | The constant GRAIL_PROP_TAP_Y1 with value 4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_TAP_Y2
| Change | Effect |
---|
1 | The constant GRAIL_PROP_TAP_Y2 with value 6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_TAP_Y_T0
| Change | Effect |
---|
1 | The constant GRAIL_PROP_TAP_Y_T0 with value 9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_TAP_Y_T1
| Change | Effect |
---|
1 | The constant GRAIL_PROP_TAP_Y_T1 with value 12 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_TAP_Y_T2
| Change | Effect |
---|
1 | The constant GRAIL_PROP_TAP_Y_T2 with value 15 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_TAP_Y_T3
| Change | Effect |
---|
1 | The constant GRAIL_PROP_TAP_Y_T3 with value 18 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_TAP_Y_T4
| Change | Effect |
---|
1 | The constant GRAIL_PROP_TAP_Y_T4 with value 21 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_TOUCH_ID_T0
| Change | Effect |
---|
1 | The constant GRAIL_PROP_TOUCH_ID_T0 with value 4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_TOUCH_ID_T1
| Change | Effect |
---|
1 | The constant GRAIL_PROP_TOUCH_ID_T1 with value 7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_TOUCH_ID_T2
| Change | Effect |
---|
1 | The constant GRAIL_PROP_TOUCH_ID_T2 with value 10 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_TOUCH_ID_T3
| Change | Effect |
---|
1 | The constant GRAIL_PROP_TOUCH_ID_T3 with value 13 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_TOUCH_ID_T4
| Change | Effect |
---|
1 | The constant GRAIL_PROP_TOUCH_ID_T4 with value 16 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_TOUCH_X1
| Change | Effect |
---|
1 | The constant GRAIL_PROP_TOUCH_X1 with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_TOUCH_X2
| Change | Effect |
---|
1 | The constant GRAIL_PROP_TOUCH_X2 with value 2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_TOUCH_X_T0
| Change | Effect |
---|
1 | The constant GRAIL_PROP_TOUCH_X_T0 with value 5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_TOUCH_X_T1
| Change | Effect |
---|
1 | The constant GRAIL_PROP_TOUCH_X_T1 with value 8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_TOUCH_X_T2
| Change | Effect |
---|
1 | The constant GRAIL_PROP_TOUCH_X_T2 with value 11 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_TOUCH_X_T3
| Change | Effect |
---|
1 | The constant GRAIL_PROP_TOUCH_X_T3 with value 14 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_TOUCH_X_T4
| Change | Effect |
---|
1 | The constant GRAIL_PROP_TOUCH_X_T4 with value 17 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_TOUCH_Y1
| Change | Effect |
---|
1 | The constant GRAIL_PROP_TOUCH_Y1 with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_TOUCH_Y2
| Change | Effect |
---|
1 | The constant GRAIL_PROP_TOUCH_Y2 with value 3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_TOUCH_Y_T0
| Change | Effect |
---|
1 | The constant GRAIL_PROP_TOUCH_Y_T0 with value 6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_TOUCH_Y_T1
| Change | Effect |
---|
1 | The constant GRAIL_PROP_TOUCH_Y_T1 with value 9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_TOUCH_Y_T2
| Change | Effect |
---|
1 | The constant GRAIL_PROP_TOUCH_Y_T2 with value 12 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_TOUCH_Y_T3
| Change | Effect |
---|
1 | The constant GRAIL_PROP_TOUCH_Y_T3 with value 15 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_PROP_TOUCH_Y_T4
| Change | Effect |
---|
1 | The constant GRAIL_PROP_TOUCH_Y_T4 with value 18 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_TYPE_DRAG1
| Change | Effect |
---|
1 | The constant GRAIL_TYPE_DRAG1 with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_TYPE_DRAG2
| Change | Effect |
---|
1 | The constant GRAIL_TYPE_DRAG2 with value 3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_TYPE_DRAG3
| Change | Effect |
---|
1 | The constant GRAIL_TYPE_DRAG3 with value 6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_TYPE_DRAG4
| Change | Effect |
---|
1 | The constant GRAIL_TYPE_DRAG4 with value 9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_TYPE_DRAG5
| Change | Effect |
---|
1 | The constant GRAIL_TYPE_DRAG5 with value 12 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_TYPE_EDRAG
| Change | Effect |
---|
1 | The constant GRAIL_TYPE_EDRAG with value 20 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_TYPE_EPINCH
| Change | Effect |
---|
1 | The constant GRAIL_TYPE_EPINCH with value 21 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_TYPE_EROTATE
| Change | Effect |
---|
1 | The constant GRAIL_TYPE_EROTATE with value 22 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_TYPE_ETOUCH
| Change | Effect |
---|
1 | The constant GRAIL_TYPE_ETOUCH with value 37 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_TYPE_MDRAG
| Change | Effect |
---|
1 | The constant GRAIL_TYPE_MDRAG with value 23 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_TYPE_MPINCH
| Change | Effect |
---|
1 | The constant GRAIL_TYPE_MPINCH with value 24 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_TYPE_MROTATE
| Change | Effect |
---|
1 | The constant GRAIL_TYPE_MROTATE with value 25 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_TYPE_MTOUCH
| Change | Effect |
---|
1 | The constant GRAIL_TYPE_MTOUCH with value 38 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_TYPE_PINCH1
| Change | Effect |
---|
1 | The constant GRAIL_TYPE_PINCH1 with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_TYPE_PINCH2
| Change | Effect |
---|
1 | The constant GRAIL_TYPE_PINCH2 with value 4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_TYPE_PINCH3
| Change | Effect |
---|
1 | The constant GRAIL_TYPE_PINCH3 with value 7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_TYPE_PINCH4
| Change | Effect |
---|
1 | The constant GRAIL_TYPE_PINCH4 with value 10 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_TYPE_PINCH5
| Change | Effect |
---|
1 | The constant GRAIL_TYPE_PINCH5 with value 13 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_TYPE_ROTATE1
| Change | Effect |
---|
1 | The constant GRAIL_TYPE_ROTATE1 with value 2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_TYPE_ROTATE2
| Change | Effect |
---|
1 | The constant GRAIL_TYPE_ROTATE2 with value 5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_TYPE_ROTATE3
| Change | Effect |
---|
1 | The constant GRAIL_TYPE_ROTATE3 with value 8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_TYPE_ROTATE4
| Change | Effect |
---|
1 | The constant GRAIL_TYPE_ROTATE4 with value 11 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_TYPE_ROTATE5
| Change | Effect |
---|
1 | The constant GRAIL_TYPE_ROTATE5 with value 14 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_TYPE_SYSFLAG1
| Change | Effect |
---|
1 | The constant GRAIL_TYPE_SYSFLAG1 with value 26 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_TYPE_TAP1
| Change | Effect |
---|
1 | The constant GRAIL_TYPE_TAP1 with value 15 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_TYPE_TAP2
| Change | Effect |
---|
1 | The constant GRAIL_TYPE_TAP2 with value 16 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_TYPE_TAP3
| Change | Effect |
---|
1 | The constant GRAIL_TYPE_TAP3 with value 17 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_TYPE_TAP4
| Change | Effect |
---|
1 | The constant GRAIL_TYPE_TAP4 with value 18 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_TYPE_TAP5
| Change | Effect |
---|
1 | The constant GRAIL_TYPE_TAP5 with value 19 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_TYPE_TOUCH1
| Change | Effect |
---|
1 | The constant GRAIL_TYPE_TOUCH1 with value 32 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_TYPE_TOUCH2
| Change | Effect |
---|
1 | The constant GRAIL_TYPE_TOUCH2 with value 33 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_TYPE_TOUCH3
| Change | Effect |
---|
1 | The constant GRAIL_TYPE_TOUCH3 with value 34 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_TYPE_TOUCH4
| Change | Effect |
---|
1 | The constant GRAIL_TYPE_TOUCH4 with value 35 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_TYPE_TOUCH5
| Change | Effect |
---|
1 | The constant GRAIL_TYPE_TOUCH5 with value 36 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
grail.h
[+] DIM_GRAIL_PROP
| Change | Effect |
---|
1 | The constant DIM_GRAIL_PROP with value 32 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] DIM_GRAIL_TYPE
| Change | Effect |
---|
1 | The constant DIM_GRAIL_TYPE with value 64 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_EXPECT_ANGLE
| Change | Effect |
---|
1 | The constant GRAIL_EXPECT_ANGLE with value 0x0008 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_EXPECT_DRAG_X
| Change | Effect |
---|
1 | The constant GRAIL_EXPECT_DRAG_X with value 0x0001 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_EXPECT_DRAG_Y
| Change | Effect |
---|
1 | The constant GRAIL_EXPECT_DRAG_Y with value 0x0002 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_EXPECT_MASK
| Change | Effect |
---|
1 | The constant GRAIL_EXPECT_MASK with value 0x000f has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_EXPECT_SCALE
| Change | Effect |
---|
1 | The constant GRAIL_EXPECT_SCALE with value 0x0004 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_STATUS_BEGIN
| Change | Effect |
---|
1 | The constant GRAIL_STATUS_BEGIN with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_STATUS_END
| Change | Effect |
---|
1 | The constant GRAIL_STATUS_END with value 2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GRAIL_STATUS_UPDATE
| Change | Effect |
---|
1 | The constant GRAIL_STATUS_UPDATE with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
to the top
Header Files (3)
grail-bits.h
grail-types.h
grail.h
to the top
Shared Libraries (1)
libutouch-grail.so.1.3.0
to the top