summaryrefslogtreecommitdiffstats
path: root/src/app/fht.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Address -Wall warningsmio2024-09-291-2/+2
| | | | | | | | | | | | | VideoWindow::ExposeEvent wasn't being used correctly; it should be a TQCustomEvent (although, the 3000 type is already being used for forwarding XINE_PROGRESS_EVENT). While the pts_per_smpls part never seemed to be encountered, it would have resulted in a floating point exception as it's always 0. Commented out to leave a hint as to what the code should be doing. Resolves: TDE/codeine#2 Signed-off-by: mio <[email protected]>
* Use nullptr instead of NULL/0 pointer in C++ filesmio2024-08-221-3/+3
| | | | | See: https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/73 Signed-off-by: mio <[email protected]>
* Initial code import from debian snapshotMichele Calgaro2020-06-131-0/+262
https://snapshot.debian.org/package/codeine/1.0.1-3.dfsg-3.1/ Signed-off-by: Michele Calgaro <[email protected]>