diff --git a/common/xscreen.c b/common/xscreen.c index a8b8c9385..2988b1da1 100644 --- a/common/xscreen.c +++ b/common/xscreen.c @@ -55,7 +55,7 @@ screen_xsi_to_area(XineramaScreenInfo si) a.y = si.y_org; a.width = si.width; a.height = si.height; - a.next = NULL; + a.next = a.prev = NULL; return a; }