Speed up shadow generation for small windows

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2019-01-01 11:35:59 +00:00
parent 3686bf7a33
commit 428c24a6fa
7 changed files with 34 additions and 17 deletions

View File

@ -2640,7 +2640,6 @@ session_init(session_t *ps_old, int argc, char **argv) {
.cshadow_picture = XCB_NONE,
.white_picture = XCB_NONE,
.gaussian_map = NULL,
.shadow_sum = NULL,
.refresh_rate = 0,
.refresh_intv = 0UL,