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)
8181{
8282 //politica de transisiones, icon_peek,
8383 tPol = TRUE;
84- tPeek = FALSE;
8584 DwmSetWindowAttribute (hwnd , DWMWA_TRANSITIONS_FORCEDISABLED , & tPol , sizeof (tPol ));
86- DwmSetWindowAttribute (hwnd , DWMWA_DISALLOW_PEEK , & tPeek , sizeof (tPeek ));
8785 DwmSetWindowAttribute (hwnd , DWMWA_FORCE_ICONIC_REPRESENTATION , & tPol , sizeof (tPol ));
8886}
8987
9088void _ATTRIBS_ON (HWND hwnd )
9189{
9290 tPol = FALSE;
93- tPeek = TRUE;
9491 DwmSetWindowAttribute (hwnd , DWMWA_TRANSITIONS_FORCEDISABLED , & tPol , sizeof (tPol ));
95- DwmSetWindowAttribute (hwnd , DWMWA_DISALLOW_PEEK , & tPeek , sizeof (tPeek ));
9692 DwmSetWindowAttribute (hwnd , DWMWA_FORCE_ICONIC_REPRESENTATION , & tPol , sizeof (tPol ));
9793}
9894
You can’t perform that action at this time.
0 commit comments