mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-29 00:24:42 +01:00
move #define DEBUG_OVERLAY in an appropriate space
This commit is contained in:
@@ -6,8 +6,6 @@
|
||||
|
||||
#include <common/utils/window.h>
|
||||
|
||||
//#define DEBUG_OVERLAY
|
||||
|
||||
namespace
|
||||
{
|
||||
inline std::pair<D2D_POINT_2F, D2D_POINT_2F> ComputeCrossFeetLine(D2D_POINT_2F center, const bool horizontal)
|
||||
|
||||
@@ -14,6 +14,8 @@
|
||||
#include <common/Display/monitors.h>
|
||||
#include <common/utils/serialized.h>
|
||||
|
||||
//#define DEBUG_OVERLAY
|
||||
|
||||
struct OverlayBoxText
|
||||
{
|
||||
std::array<wchar_t, 32> buffer = {};
|
||||
|
||||
Reference in New Issue
Block a user