When no DRM present, clients (window.c actually) now either exit orderly,
authorYuval Fledel <yuvalfl@gmail.com>
Mon, 6 Dec 2010 14:18:12 +0000 (09:18 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 6 Dec 2010 14:20:34 +0000 (09:20 -0500)
commit45568f6e33bb2af567e18b8d8b089e561e6b156d
tree31420268378be62141757cc1941245d325a85637
parentf8fc08f77187f6a5723281dab66841e5f3c24320
When no DRM present, clients (window.c actually) now either exit orderly,
or if that check is removed - crash (unsurprisingly).
This patch relieves this assumption, and allow some clients (terminal,
image, flower) to run in a non-DRM environment
clients/window.c