Report the correction of the reload event that had been made for the
uicb_reload function
This commit is contained in:
parent
8ea76e1167
commit
3abfe9d7bb
@ -689,7 +689,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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user