]> source.dussan.org Git - tigervnc.git/commit
Use "static" for helper functions
authorPierre Ossman <ossman@cendio.se>
Sun, 21 Apr 2024 00:23:46 +0000 (02:23 +0200)
committerPierre Ossman <ossman@cendio.se>
Mon, 24 Jun 2024 12:20:40 +0000 (14:20 +0200)
commit4a71ac5bb79e3cd53499255f231c490fc9a5627b
treed9de1e1f81cb81a1f22615fc8a58ee94284cdf5a
parent2dd2341e0e1aae172f669d1810004ae72e3105d8
Use "static" for helper functions

These functions act only on the input parameters, so let's make them
static to more clearly indicate that they do not act upon any object.
vncviewer/GestureHandler.h
vncviewer/MonitorIndicesParameter.h