]> git.sur5r.net Git - i3/i3/commit
Fail gracefully when the gc cannot be created 2096/head
authorIngo Bürk <ingo.buerk@tngtech.com>
Thu, 3 Dec 2015 17:59:35 +0000 (18:59 +0100)
committerIngo Bürk <ingo.buerk@tngtech.com>
Thu, 3 Dec 2015 17:59:35 +0000 (18:59 +0100)
commit35a4e22f4a94d06d54a2cfca0932bb3906d897f5
tree5e3cfde7c9e3b63c568baff2d64a1cb841b7ad75
parent256007442f41cd9c461e62337d8d37bdf3407903
Fail gracefully when the gc cannot be created

We now only log an error but do not exit when creating the graphics
context fails. While, if this happens, rendering will likely be wrong,
this is still better than terminating the user's session entirely due
to a rendering problem, potentially causing data loss.

relates to #2094
libi3/draw_util.c