diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2023-02-23 13:35:29 +0200 |
|---|---|---|
| committer | Riku Isokoski <riksu9000@gmail.com> | 2023-02-24 00:05:21 +0200 |
| commit | 1516b082fd75a1c68d98862199bd349175d37a8f (patch) | |
| tree | 3d550e490aed8b73075cb13cb7bd6055480a0a1e /src/displayapp | |
| parent | 7066ff5aba3d2643a35ba98379ff24143da99c3c (diff) | |
TouchHandler: Do not store touch panel reference
Diffstat (limited to 'src/displayapp')
| -rw-r--r-- | src/displayapp/LittleVgl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/LittleVgl.h b/src/displayapp/LittleVgl.h index e36d1545..38f1f00e 100644 --- a/src/displayapp/LittleVgl.h +++ b/src/displayapp/LittleVgl.h @@ -59,7 +59,7 @@ namespace Pinetime { uint16_t writeOffset = 0; uint16_t scrollOffset = 0; - lv_point_t touchPoint = {0}; + lv_point_t touchPoint = {}; bool tapped = false; bool isCancelled = false; }; |
