Comment code to trigger a crash
This commit is contained in:
parent
cd863c2819
commit
90521c492f
1 changed files with 2 additions and 0 deletions
|
@ -939,6 +939,8 @@ gboolean embed_icon(TrayWindow *traywin)
|
||||||
|
|
||||||
void remove_icon(TrayWindow *traywin)
|
void remove_icon(TrayWindow *traywin)
|
||||||
{
|
{
|
||||||
|
// This code causes an X11 I/O error
|
||||||
|
// close(((_XPrivDisplay)server.display)->fd);
|
||||||
if (systray_profile)
|
if (systray_profile)
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"[%f] %s:%d win = %lu (%s)\n",
|
"[%f] %s:%d win = %lu (%s)\n",
|
||||||
|
|
Loading…
Reference in a new issue