mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
Optimize the code based on the suggestions
This commit is contained in:
parent
bd4d92bad8
commit
fb921ab431
4 changed files with 22 additions and 8 deletions
|
|
@ -30,8 +30,8 @@ struct libinput_category {
|
|||
int dwt; /* -1 or libinput_config_dwt_state */
|
||||
int click_method; /* -1 or libinput_config_click_method */
|
||||
int send_events_mode; /* -1 or libinput_config_send_events_mode */
|
||||
bool no_calibration_matrix; /* false if have calibration matrix */
|
||||
float calibration_matrix[6]; /* calibration matrix */
|
||||
bool have_calibration_matrix;
|
||||
float calibration_matrix[6];
|
||||
};
|
||||
|
||||
enum lab_libinput_device_type get_device_type(const char *s);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue