A tiling window manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

frame: Copy vscreen in frame_copy

Fixes issue #57 (#61)

authored by

joveian and committed by
GitHub
5b09bef8 17506c45

+1
+1
frame.c
··· 178 178 179 179 copy = xmalloc(sizeof(rp_frame)); 180 180 181 + copy->vscreen = frame->vscreen; 181 182 copy->number = frame->number; 182 183 copy->x = frame->x; 183 184 copy->y = frame->y;