]> source.dussan.org Git - tigervnc.git/commit
Use bit shifts for mouse buttonMask
authorAdam Halim <adaha@cendio.se>
Tue, 24 Sep 2024 14:38:35 +0000 (16:38 +0200)
committerAdam Halim <adaha@cendio.se>
Tue, 22 Oct 2024 12:52:36 +0000 (14:52 +0200)
commit66287bd933e1d5426b7b6108afcc42ac9b3440a5
treef8b0bce031c33165044ca654869352447836aa39
parent63327145959e26193682e2b691a6027e26c1ce16
Use bit shifts for mouse buttonMask

It makes more sense to use bit shifts instead of decimals for each
button.
vncviewer/Viewport.cxx