aboutsummaryrefslogtreecommitdiffstats
path: root/win/rfb_win32/EventManager.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Stop treating "0" as "no timeouts"Pierre Ossman2024-06-191-3/+3
| | | | | It is much more sane to treat "0" as "a timer is ready NOW", so let's change to using -1 as the invalid timeout value.
* Get rid of TCHAR magicPierre Ossman2023-02-041-0/+2
| | | | | We never use Windows' "UNICODE" mode anyway, so let's get rid of this complexity.
* Remove useless checksPierre Ossman2023-01-051-1/+1
| | | | These are all truisms because of the valid range of the types.
* Be consistent in including config.hPierre Ossman2021-12-301-0/+4
| | | | | | The generally recommended way is to include it from source files, not headers. We had a mix of both. Let's try to be consistent and follow the recommended way.
* Eliminated GCC signed/unsigned warnings:Peter Åstrand2010-02-101-2/+2
| | | | | | | | * eventCount should be unsigned git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3973 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Migrating to new directory structure adopted from the RealVNC's source tree. ↵Constantin Kaplinsky2006-05-251-0/+103
More changes will follow. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@591 3789f03b-4d11-0410-bbf8-ca57d06f2519