refactor: replace remaining NULL
with nullptr
(#40053)
refactor: use nullptr everywhere
This commit is contained in:
parent
9d0e6d09f0
commit
04b2ba84cd
34 changed files with 98 additions and 93 deletions
|
@ -297,7 +297,7 @@ class NativeWindowViews : public NativeWindow,
|
|||
static std::set<NativeWindowViews*> forwarding_windows_;
|
||||
static HHOOK mouse_hook_;
|
||||
bool forwarding_mouse_messages_ = false;
|
||||
HWND legacy_window_ = NULL;
|
||||
HWND legacy_window_ = nullptr;
|
||||
bool layered_ = false;
|
||||
|
||||
// Set to true if the window is always on top and behind the task bar.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue