]> git.sur5r.net Git - i3/i3/commit
Fix: ConfigureNotify can crash i3 with fake-outputs 3272/head
authorOrestis Floros <orestisf1993@gmail.com>
Mon, 30 Apr 2018 00:54:38 +0000 (03:54 +0300)
committerOrestis Floros <orestisf1993@gmail.com>
Mon, 30 Apr 2018 00:54:38 +0000 (03:54 +0300)
commit1f74f8d2c188a39c2c8c46b01921e6569cb4fc81
treef09198c2e57c63cde71a6e5fd4923762885510ed
parent6f11b6fa4a784e85a1b74cb7ff74058023ce30aa
Fix: ConfigureNotify can crash i3 with fake-outputs

handle_screen_change() and handle_configure_notify() call
randr_query_outputs() where root_output is not initialized because
randr_init() is never called when config.fake_outputs is not NULL.
src/randr.c