* e: X server without Xrandr do exist.

SVN revision: 51412
This commit is contained in:
Cedric BAIL 2010-08-19 16:34:40 +00:00
parent 3b3c2566d9
commit 4c42c4f167
1 changed files with 4 additions and 3 deletions

View File

@ -505,10 +505,11 @@ main(int argc, char **argv)
{ {
e_error_message_show(_("Enlightenment cannot setup randr wrapping.\n" e_error_message_show(_("Enlightenment cannot setup randr wrapping.\n"
"This should not happen.")); "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(); */ /* ecore_x_grab(); */