Page Menu
Home
desp's stash
Search
Configure Global Search
Log In
Files
F607429
WindowDeferrer.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
402 B
Subscribers
None
WindowDeferrer.h
View Options
#pragma once
#include
<windows.h>
class
WindowDeferrer
{
public
:
struct
Deferrable
{
int
id
;
bool
moveX
;
bool
moveY
;
bool
resizeX
;
bool
resizeY
;
};
WindowDeferrer
(
HWND
parent
,
const
Deferrable
*
deferrables
,
size_t
count
);
~
WindowDeferrer
();
bool
defer
(
int
deltaX
,
int
deltaY
,
HWND
after
=
NULL
);
private
:
HWND
parent
;
const
Deferrable
*
deferrables
;
size_t
count
;
HDWP
hdwp
;
};
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Thu, Apr 2, 4:56 AM (23 h, 25 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
49/ee/68ddf230e18002f21f2f57e97084
Attached To
rSCY Scylla
Event Timeline
Log In to Comment