mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
Close X connection before execing in uicb_exec
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
b946119d46
commit
db8c39d5b0
1 changed files with 1 additions and 0 deletions
1
uicb.c
1
uicb.c
|
@ -74,6 +74,7 @@ uicb_exec(int screen __attribute__ ((unused)), char *cmd)
|
|||
client_unban(c);
|
||||
|
||||
XSync(globalconf.display, False);
|
||||
XCloseDisplay(globalconf.display);
|
||||
|
||||
/* Ignore the leading spaces if any */
|
||||
while(cmd[0] && cmd[0] == ' ')
|
||||
|
|
Loading…
Reference in a new issue