Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update lib/ui/window/pointer_data.h
Co-authored-by: Loïc Sharma <[email protected]>
  • Loading branch information
dkwingsmt and loic-sharma authored Dec 19, 2023
commit 713672b2885c8e5ab6f027e5432a05891de84d49
2 changes: 1 addition & 1 deletion lib/ui/window/pointer_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ enum PointerButtonStylus : int64_t {
//
// If this struct changes, update:
// * kPointerDataFieldCount in pointer_data.cc. (The pointer_data.cc also
// listed out other locations that must be kept consistent.)
// lists out other locations that must be kept consistent.)
// * The functions to create simulated data in
// pointer_data_packet_converter_unittests.cc.
struct alignas(8) PointerData {
Expand Down