We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dc3927 commit b5dea73Copy full SHA for b5dea73
dwm-bs/dwm-bs.h
@@ -81,18 +81,14 @@ void _ATTRIBS_OFF(HWND hwnd)
81
{
82
//politica de transisiones, icon_peek,
83
tPol = TRUE;
84
- tPeek = FALSE;
85
DwmSetWindowAttribute(hwnd, DWMWA_TRANSITIONS_FORCEDISABLED, &tPol, sizeof(tPol));
86
- DwmSetWindowAttribute(hwnd, DWMWA_DISALLOW_PEEK, &tPeek, sizeof(tPeek));
87
DwmSetWindowAttribute(hwnd, DWMWA_FORCE_ICONIC_REPRESENTATION, &tPol, sizeof(tPol));
88
}
89
90
void _ATTRIBS_ON(HWND hwnd)
91
92
tPol = FALSE;
93
- tPeek = TRUE;
94
95
96
97
98
0 commit comments