File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -81,18 +81,14 @@ void _ATTRIBS_OFF(HWND hwnd)
81
81
{
82
82
//politica de transisiones, icon_peek,
83
83
tPol = TRUE;
84
- tPeek = FALSE;
85
84
DwmSetWindowAttribute (hwnd , DWMWA_TRANSITIONS_FORCEDISABLED , & tPol , sizeof (tPol ));
86
- DwmSetWindowAttribute (hwnd , DWMWA_DISALLOW_PEEK , & tPeek , sizeof (tPeek ));
87
85
DwmSetWindowAttribute (hwnd , DWMWA_FORCE_ICONIC_REPRESENTATION , & tPol , sizeof (tPol ));
88
86
}
89
87
90
88
void _ATTRIBS_ON (HWND hwnd )
91
89
{
92
90
tPol = FALSE;
93
- tPeek = TRUE;
94
91
DwmSetWindowAttribute (hwnd , DWMWA_TRANSITIONS_FORCEDISABLED , & tPol , sizeof (tPol ));
95
- DwmSetWindowAttribute (hwnd , DWMWA_DISALLOW_PEEK , & tPeek , sizeof (tPeek ));
96
92
DwmSetWindowAttribute (hwnd , DWMWA_FORCE_ICONIC_REPRESENTATION , & tPol , sizeof (tPol ));
97
93
}
98
94
You can’t perform that action at this time.
0 commit comments