Merge branch 'bacardi55' of github.com:xorg62/wmfs into bacardi55

This commit is contained in:
Raphael Khaiat 2011-01-23 23:59:30 +01:00
commit 41cc6944ae

View File

@ -685,7 +685,7 @@ getevent(XEvent ev)
/* Reload WMFS to update the screen(s) geometry changement */
quit();
for(; argv_global[0] && argv_global[0] == ' '; ++argv_global);
execlp(argv_global, argv_global, NULL);
execvp(argv_global, all_argv);
}
#endif /* HAVE_XRANDR */
break;