summaryrefslogtreecommitdiffstats
path: root/libvncserver/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* krfb: fix termination and syncing of threads on exit. This resolves issue #2.Michele Calgaro2024-01-111-19/+31
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 90abc79efa3d7ca6ac10c5f3bc329ec128008523)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-111-3/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6d6d6edb1d0cde2267d269bb9b172c9cd2b6767e)
* Remove unnecessary re-definition of true/false boolean values.Michele Calgaro2022-05-131-5/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix 'true' definition.François Andriot2022-05-121-1/+1
| | | | | | This fixes issue #43. Signed-off-by: François Andriot <francois.andriot@libertysurf.fr>
* Rename main.c to main.cpp because it needs to be built as C++Slávek Banko2020-12-091-0/+1376
for integration with TQt event loop. Use tq... includes instead of ntq.... Signed-off-by: Slávek Banko <slavek.banko@axis.cz>