From 4c42c4f1672c0f0420f4afb770d434b41c18c038 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Thu, 19 Aug 2010 16:34:40 +0000 Subject: [PATCH] * e: X server without Xrandr do exist. SVN revision: 51412 --- src/bin/e_main.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/bin/e_main.c b/src/bin/e_main.c index 57e02a683..11616d9de 100644 --- a/src/bin/e_main.c +++ b/src/bin/e_main.c @@ -505,10 +505,11 @@ main(int argc, char **argv) { e_error_message_show(_("Enlightenment cannot setup randr wrapping.\n" "This should not happen.")); - _e_main_shutdown(-1); } - _e_main_shutdown_push(e_randr_shutdown); - + else + { + _e_main_shutdown_push(e_randr_shutdown); + } /* ecore_x_grab(); */