公告板
版本库
filestore
活动
搜索
登录
sola
/
qwindowkit
qwindowkit
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Add win10 border handler
Sine Striker
2023-12-12
0586c98f90866e4bc9f0dfe73aefb0a07c56697e
[sola/qwindowkit.git]
/
src
/
core
/
platforms
/
win10borderhandler.cpp
1
2
3
4
5
6
7
8
9
10
#include "win10borderhandler_p.h"
namespace QWK {
Win10BorderHandler::Win10BorderHandler(QWindow *window) : m_window(window), m_borderThickness(0) {
}
Win10BorderHandler::~Win10BorderHandler() = default;
}