Page Menu
Home
desp's stash
Search
Configure Global Search
Log In
Files
F527332
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
Wed, Jan 7, 1:53 PM (8 h, 5 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
fd/97/ab12964eaf6ec9613081d59505c6
Attached To
rSCY Scylla
Event Timeline
Log In to Comment