Page Menu
Home
desp's stash
Search
Configure Global Search
Log In
Files
F629635
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
Sat, Apr 25, 8:11 AM (1 d, 13 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
65/12/a5f9f3b6cd1a9661faa9203e279b
Attached To
rSCY Scylla
Event Timeline
Log In to Comment