Add option to blur chat background.

This commit is contained in:
John Preston
2019-02-07 19:36:30 +03:00
parent fe21b5a502
commit e2f0886950
30 changed files with 1132 additions and 663 deletions

View File

@@ -7,9 +7,13 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
*/
#pragma once
#include <windows.h>
#include <string>
#include <windows.h>
#ifdef small
#undef small
#endif // small
#pragma warning(push)
#pragma warning(disable:4091)
#include <DbgHelp.h>