summaryrefslogtreecommitdiffstats
path: root/src/client/util/platform/blankscreen.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [SERVER] Fix locking when locked unicast is current modeSimon Rettberg2018-07-311-2/+3
| | | | Streaming source wasn't locked properly before
* Update code style, fix compiler warningsSimon Rettberg2018-07-241-6/+6
| | | | | | - Use nullptr instead of NULL for better warnings in case of mistakes - Get rid of VLAs which are not in C++11 actually - Fix implicit signed <-> unsigned mismatches by adding checks and casts
* port to qt5Jonathan Bauer2017-11-151-0/+100
* got rid of the Win32/X11 differentiation * due to QT5, additional packages are needed to compile ** libqt5x11extras5-dev ** libqt5svg5-dev