mirror of
https://github.com/Blinue/Magpie.git
synced 2026-06-24 02:04:10 +00:00
* feat(tool): Kirikiri 模拟添加弹窗 * fix: 禁止同一进程内类名相同的窗口打断缩放 * fix: 正在缩放窗口时禁止自动缩放它的弹窗 * fix: 增加两个窗口位于同一进程的条件 * chore: 添加注释
7 lines
143 B
C
7 lines
143 B
C
#pragma once
|
|
|
|
struct Utils {
|
|
static RECT MonitorRectFromWindow(HWND hWnd) noexcept;
|
|
|
|
static HINSTANCE GetModuleInstanceHandle() noexcept;
|
|
};
|