2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Software animated play/pause title button ready, icons for it removed.

This commit is contained in:
John Preston
2016-09-16 15:49:36 +03:00
parent 37b5329af3
commit 50fa8b63c9
13 changed files with 190 additions and 10 deletions

View File

@@ -31,13 +31,13 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org
#include "mainwidget.h"
#include "mainwindow.h"
#include "lang.h"
#include "playerwidget.h"
#include "media/media_audio.h"
#include "apiwrap.h"
namespace Local {
namespace {
typedef quint64 FileKey;
using FileKey = quint64;
static const char tdfMagic[] = { 'T', 'D', 'F', '$' };
static const int32 tdfMagicLen = sizeof(tdfMagic);