mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 02:01:42 -05:00
Actually honour 'apply_shadow_property'
This commit is contained in:
parent
030adea1fd
commit
6fb843aeee
1 changed files with 2 additions and 0 deletions
2
window.c
2
window.c
|
@ -376,6 +376,8 @@ void toggle_locked(client_t *c)
|
|||
|
||||
void set_shadow(xcb_window_t win, uint32_t value)
|
||||
{
|
||||
if (!apply_shadow_property)
|
||||
return;
|
||||
xcb_change_property(dpy, XCB_PROP_MODE_REPLACE, win, compton_shadow, XCB_ATOM_CARDINAL, 32, sizeof(value), &value);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue