2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 22:55:11 +00:00

Detect tablet mode on Windows 10.

This commit is contained in:
John Preston
2021-01-16 16:33:09 +04:00
parent 7fa342b487
commit 40e90af76d
10 changed files with 89 additions and 122 deletions

View File

@@ -186,6 +186,10 @@ protected:
virtual void firstShadowsUpdate() {
}
virtual bool initSizeFromSystem() {
return false;
}
// This one is overriden in Windows for historical reasons.
virtual int32 screenNameChecksum(const QString &name) const;