Page Menu
Home
desp's stash
Search
Configure Global Search
Log In
Files
F570966
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
Sun, Mar 1, 4:55 PM (17 h, 5 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
06/58/03c30c35fcbe767692d996b77e19
Attached To
rSCY Scylla
Event Timeline
Log In to Comment